#554F33

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

Shades of Thatch Green #554F33

Tints of Thatch Green #554F33

Color information

#554F33 (or 0x554F33) is unknown color: approx Thatch Green. HEX triplet: 55, 4F and 33. RGB value is (85,79,51). Sum of RGB (Red+Green+Blue) = 85+79+51=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F33 is #AAB0CC. Grayscale: #4D4D4D. Windows color (decimal): -11186381 or 3362645. OLE color: 3362645.

HSL color Cylindrical-coordinate representation of color #554F33: hue angle of 49.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #554F33 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB857951-
CMYK00.070.400.67
HSL49.41º25%26.67%-
HSV(B)49.41º40%33.33%-
XYZ7.147.764.25-
YUV77.6112.99133.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=39.53%
G=36.74%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85795100.070.400.6749.412526.67
Hex554F3307284331191b
Octal125117630750103613133
Binary10101011001111110011011110100010000111100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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