#54502F

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

Shades of Thatch Green #54502F

Tints of Thatch Green #54502F

Color information

#54502F (or 0x54502F) is unknown color: approx Thatch Green. HEX triplet: 54, 50 and 2F. RGB value is (84,80,47). Sum of RGB (Red+Green+Blue) = 84+80+47=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #54502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54502F is #ABAFD0. Grayscale: #4D4D4D. Windows color (decimal): -11251665 or 3100756. OLE color: 3100756.

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

Color convert

RGB848047-
CMYK00.050.440.67
HSL53.51º28.24%25.69%-
HSV(B)53.51º44.05%32.94%-
XYZ7.047.833.83-
YUV77.43110.83132.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=39.81%
G=37.91%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84804700.050.440.6753.5128.2425.69
Hex54502F052C43361c1a
Octal124120570554103663432
Binary10101001010000101111010110110010000111101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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