#555129

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

Shades of Thatch Green #555129

Tints of Thatch Green #555129

Color information

#555129 (or 0x555129) is unknown color: approx Thatch Green. HEX triplet: 55, 51 and 29. RGB value is (85,81,41). Sum of RGB (Red+Green+Blue) = 85+81+41=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #555129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555129 is #AAAED6. Grayscale: #4D4D4D. Windows color (decimal): -11185879 or 2707797. OLE color: 2707797.

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

Color convert

RGB858141-
CMYK00.050.520.67
HSL54.55º34.92%24.71%-
HSV(B)54.55º51.76%33.33%-
XYZ7.097.983.26-
YUV77.64107.33133.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=41.06%
G=39.13%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85814100.050.520.6754.5534.9224.71
Hex555129053443372319
Octal125121510564103674331
Binary101010110100011010010101110100100001111011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555129; }

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

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

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

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

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

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

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

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