#554F2D

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

Shades of Thatch Green #554F2D

Tints of Thatch Green #554F2D

Color information

#554F2D (or 0x554F2D) is unknown color: approx Thatch Green. HEX triplet: 55, 4F and 2D. RGB value is (85,79,45). Sum of RGB (Red+Green+Blue) = 85+79+45=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F2D is #AAB0D2. Grayscale: #4D4D4D. Windows color (decimal): -11186387 or 2969429. OLE color: 2969429.

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

Color convert

RGB857945-
CMYK00.070.470.67
HSL51º30.77%25.49%-
HSV(B)51º47.06%33.33%-
XYZ7.027.713.6-
YUV76.92109.99133.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=40.67%
G=37.80%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85794500.070.470.675130.7725.49
Hex554F2D072F43331f19
Octal125117550757103633731
Binary10101011001111101101011110111110000111100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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