#545030

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

Shades of Thatch Green #545030

Tints of Thatch Green #545030

Color information

#545030 (or 0x545030) is unknown color: approx Thatch Green. HEX triplet: 54, 50 and 30. RGB value is (84,80,48). Sum of RGB (Red+Green+Blue) = 84+80+48=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #545030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545030 is #ABAFCF. Grayscale: #4D4D4D. Windows color (decimal): -11251664 or 3166292. OLE color: 3166292.

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

Color convert

RGB848048-
CMYK00.050.430.67
HSL53.33º27.27%25.88%-
HSV(B)53.33º42.86%32.94%-
XYZ7.067.843.94-
YUV77.55111.33132.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=39.62%
G=37.74%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84804800.050.430.6753.3327.2725.88
Hex545030052B43351b1a
Octal124120600553103653332
Binary10101001010000110000010110101110000111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545030; }

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

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

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

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

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

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

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

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