#545028

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

Shades of Thatch Green #545028

Tints of Thatch Green #545028

Color information

#545028 (or 0x545028) is unknown color: approx Thatch Green. HEX triplet: 54, 50 and 28. RGB value is (84,80,40). Sum of RGB (Red+Green+Blue) = 84+80+40=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #545028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545028 is #ABAFD7. Grayscale: #4C4C4C. Windows color (decimal): -11251672 or 2642004. OLE color: 2642004.

HSL color Cylindrical-coordinate representation of color #545028: hue angle of 54.55º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #545028 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB848040-
CMYK00.050.520.67
HSL54.55º35.48%24.31%-
HSV(B)54.55º52.38%32.94%-
XYZ6.917.783.14-
YUV76.64107.33133.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=41.18%
G=39.22%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84804000.050.520.6754.5535.4824.31
Hex545028053443372318
Octal124120500564103674330
Binary101010010100001010000101110100100001111011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545028; }

 p { color: rgb(84,80,40); }

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

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

 a { background-color: rgb(84,80,40); }

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

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

 span { border-color: rgb(84,80,40); }

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