#554E2F

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

Shades of Thatch Green #554E2F

Tints of Thatch Green #554E2F

Color information

#554E2F (or 0x554E2F) is unknown color: approx Thatch Green. HEX triplet: 55, 4E and 2F. RGB value is (85,78,47). Sum of RGB (Red+Green+Blue) = 85+78+47=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E2F is #AAB1D0. Grayscale: #4C4C4C. Windows color (decimal): -11186641 or 3100245. OLE color: 3100245.

HSL color Cylindrical-coordinate representation of color #554E2F: hue angle of 48.95º 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 #554E2F is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB857847-
CMYK00.080.450.67
HSL48.95º28.79%25.88%-
HSV(B)48.95º44.71%33.33%-
XYZ6.987.593.79-
YUV76.56111.32134.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 47 (18.75% from 255) = 22.38%
R=40.48%
G=37.14%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85784700.080.450.6748.9528.7925.88
Hex554E2F082D43311d1a
Octal1251165701055103613532
Binary101010110011101011110100010110110000111100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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