#554F2F

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

Shades of Thatch Green #554F2F

Tints of Thatch Green #554F2F

Color information

#554F2F (or 0x554F2F) is unknown color: approx Thatch Green. HEX triplet: 55, 4F and 2F. RGB value is (85,79,47). Sum of RGB (Red+Green+Blue) = 85+79+47=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #554F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F2F is #AAB0D0. Grayscale: #4D4D4D. Windows color (decimal): -11186385 or 3100501. OLE color: 3100501.

HSL color Cylindrical-coordinate representation of color #554F2F: hue angle of 50.53º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554F2F is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB857947-
CMYK00.070.450.67
HSL50.53º28.79%25.88%-
HSV(B)50.53º44.71%33.33%-
XYZ7.067.733.81-
YUV77.15110.99133.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=40.28%
G=37.44%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85794700.070.450.6750.5328.7925.88
Hex554F2F072D43331d1a
Octal125117570755103633532
Binary10101011001111101111011110110110000111100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F2F; }

 p { color: rgb(85,79,47); }

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

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

 a { background-color: rgb(85,79,47); }

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

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

 span { border-color: rgb(85,79,47); }

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