#555236

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

Shades of Thatch Green #555236

Tints of Thatch Green #555236

Color information

#555236 (or 0x555236) is unknown color: approx Thatch Green. HEX triplet: 55, 52 and 36. RGB value is (85,82,54). Sum of RGB (Red+Green+Blue) = 85+82+54=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #555236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555236 is #AAADC9. Grayscale: #4F4F4F. Windows color (decimal): -11185610 or 3560021. OLE color: 3560021.

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

Color convert

RGB858254-
CMYK00.040.360.67
HSL54.19º22.3%27.25%-
HSV(B)54.19º36.47%33.33%-
XYZ7.438.234.69-
YUV79.71113.49131.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=38.46%
G=37.10%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85825400.040.360.6754.1922.327.25
Hex55523604244336161b
Octal125122660444103662633
Binary10101011010010110110010010010010000111101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555236; }

 p { color: rgb(85,82,54); }

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

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

 a { background-color: rgb(85,82,54); }

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

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

 span { border-color: rgb(85,82,54); }

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