#545032

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

Shades of Thatch Green #545032

Tints of Thatch Green #545032

Color information

#545032 (or 0x545032) is unknown color: approx Thatch Green. HEX triplet: 54, 50 and 32. RGB value is (84,80,50). Sum of RGB (Red+Green+Blue) = 84+80+50=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #545032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545032 is #ABAFCD. Grayscale: #4D4D4D. Windows color (decimal): -11251662 or 3297364. OLE color: 3297364.

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

Color convert

RGB848050-
CMYK00.050.400.67
HSL52.94º25.37%26.27%-
HSV(B)52.94º40.48%32.94%-
XYZ7.17.854.16-
YUV77.78112.33132.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=39.25%
G=37.38%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84805000.050.400.6752.9425.3726.27
Hex54503205284335191a
Octal124120620550103653132
Binary10101001010000110010010110100010000111101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545032; }

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

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

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

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

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

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

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

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