#555128

Color #555128 Thatch Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch Green #555128

Tints of Thatch Green #555128

Color information

#555128 (or 0x555128) is unknown color: approx Thatch Green. HEX triplet: 55, 51 and 28. RGB value is (85,81,40). Sum of RGB (Red+Green+Blue) = 85+81+40=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #555128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555128 is #AAAED7. Grayscale: #4D4D4D. Windows color (decimal): -11185880 or 2642261. OLE color: 2642261.

HSL color Cylindrical-coordinate representation of color #555128: hue angle of 54.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555128 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB858140-
CMYK00.050.530.67
HSL54.67º36%24.51%-
HSV(B)54.67º52.94%33.33%-
XYZ7.077.973.17-
YUV77.52106.83133.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=41.26%
G=39.32%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85814000.050.530.6754.673624.51
Hex555128053543372419
Octal125121500565103674431
Binary101010110100011010000101110101100001111011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555128; }

 p { color: rgb(85,81,40); }

 H1.HeaderClassName
 {
   color: #555128;
 }
 .AnyTagClassName
 {
   color: #555128;
 }
</style>
background-color css

<style>
 a { background-color: #555128; }

 a { background-color: rgb(85,81,40); }

 div.DivClassName
 {
   background-color: #555128;
 }
 .BgClassName
 {
   background-color: #555128;
 }
</style>
border-color css

<style>
 span { border-color: #555128; }

 span { border-color: rgb(85,81,40); }

 td.TdClassName
 {
   border-color: #555128;
 }
 .TagClassName
 {
   border-color: #555128;
 }
</style>