#554C2F

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

Shades of Thatch Green #554C2F

Tints of Thatch Green #554C2F

Color information

#554C2F (or 0x554C2F) is unknown color: approx Thatch Green. HEX triplet: 55, 4C and 2F. RGB value is (85,76,47). Sum of RGB (Red+Green+Blue) = 85+76+47=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C2F is #AAB3D0. Grayscale: #4B4B4B. Windows color (decimal): -11187153 or 3099733. OLE color: 3099733.

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

Color convert

RGB857647-
CMYK00.110.450.67
HSL45.79º28.79%25.88%-
HSV(B)45.79º44.71%33.33%-
XYZ6.847.313.74-
YUV75.38111.98134.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=40.87%
G=36.54%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85764700.110.450.6745.7928.7925.88
Hex554C2F0B2D432e1d1a
Octal1251145701355103563532
Binary101010110011001011110101110110110000111011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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