#54502C

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

Shades of Thatch Green #54502C

Tints of Thatch Green #54502C

Color information

#54502C (or 0x54502C) is unknown color: approx Thatch Green. HEX triplet: 54, 50 and 2C. RGB value is (84,80,44). Sum of RGB (Red+Green+Blue) = 84+80+44=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #54502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54502C is #ABAFD3. Grayscale: #4D4D4D. Windows color (decimal): -11251668 or 2904148. OLE color: 2904148.

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

Color convert

RGB848044-
CMYK00.050.480.67
HSL54º31.25%25.1%-
HSV(B)54º47.62%32.94%-
XYZ6.987.83.52-
YUV77.09109.33132.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=40.38%
G=38.46%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84804400.050.480.675431.2525.1
Hex54502C053043361f19
Octal124120540560103663731
Binary10101001010000101100010111000010000111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54502C; }

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

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

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

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

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

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

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

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