#554C2C

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

Shades of Thatch Green #554C2C

Tints of Thatch Green #554C2C

Color information

#554C2C (or 0x554C2C) is unknown color: approx Thatch Green. HEX triplet: 55, 4C and 2C. RGB value is (85,76,44). Sum of RGB (Red+Green+Blue) = 85+76+44=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C2C is #AAB3D3. Grayscale: #4B4B4B. Windows color (decimal): -11187156 or 2903125. OLE color: 2903125.

HSL color Cylindrical-coordinate representation of color #554C2C: hue angle of 46.83º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554C2C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB857644-
CMYK00.110.480.67
HSL46.83º31.78%25.29%-
HSV(B)46.83º48.24%33.33%-
XYZ6.797.283.43-
YUV75.04110.48135.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=41.46%
G=37.07%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85764400.110.480.6746.8331.7825.29
Hex554C2C0B30432f2019
Octal1251145401360103574031
Binary1010101100110010110001011110000100001110111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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