#554F31

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

Shades of Thatch Green #554F31

Tints of Thatch Green #554F31

Color information

#554F31 (or 0x554F31) is unknown color: approx Thatch Green. HEX triplet: 55, 4F and 31. RGB value is (85,79,49). Sum of RGB (Red+Green+Blue) = 85+79+49=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #554F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F31 is #AAB0CE. Grayscale: #4D4D4D. Windows color (decimal): -11186383 or 3231573. OLE color: 3231573.

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

Color convert

RGB857949-
CMYK00.070.420.67
HSL50º26.87%26.27%-
HSV(B)50º42.35%33.33%-
XYZ7.17.754.03-
YUV77.37111.99133.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=39.91%
G=37.09%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85794900.070.420.675026.8726.27
Hex554F31072A43321b1a
Octal125117610752103623332
Binary10101011001111110001011110101010000111100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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