#554D30

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

Shades of Thatch Green #554D30

Tints of Thatch Green #554D30

Color information

#554D30 (or 0x554D30) is unknown color: approx Thatch Green. HEX triplet: 55, 4D and 30. RGB value is (85,77,48). Sum of RGB (Red+Green+Blue) = 85+77+48=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #554D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D30 is #AAB2CF. Grayscale: #4C4C4C. Windows color (decimal): -11186896 or 3165525. OLE color: 3165525.

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

Color convert

RGB857748-
CMYK00.090.440.67
HSL47.03º27.82%26.08%-
HSV(B)47.03º43.53%33.33%-
XYZ6.937.453.87-
YUV76.09112.15134.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=40.48%
G=36.67%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85774800.090.440.6747.0327.8226.08
Hex554D30092C432f1c1a
Octal1251156001154103573432
Binary101010110011011100000100110110010000111011111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,77,48); }

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

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

 a { background-color: rgb(85,77,48); }

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

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

 span { border-color: rgb(85,77,48); }

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