#54502A

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

Shades of Thatch Green #54502A

Tints of Thatch Green #54502A

Color information

#54502A (or 0x54502A) is unknown color: approx Thatch Green. HEX triplet: 54, 50 and 2A. RGB value is (84,80,42). Sum of RGB (Red+Green+Blue) = 84+80+42=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #54502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54502A is #ABAFD5. Grayscale: #4D4D4D. Windows color (decimal): -11251670 or 2773076. OLE color: 2773076.

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

Color convert

RGB848042-
CMYK00.050.50.67
HSL54.29º33.33%24.71%-
HSV(B)54.29º50%32.94%-
XYZ6.947.793.33-
YUV76.86108.33133.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=40.78%
G=38.83%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84804200.050.50.6754.2933.3324.71
Hex54502A053243362119
Octal124120520562103664131
Binary101010010100001010100101110010100001111011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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