#54594A

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

Shades of Lunar Green #54594A

Tints of Lunar Green #54594A

Color information

#54594A (or 0x54594A) is unknown color: approx Lunar Green. HEX triplet: 54, 59 and 4A. RGB value is (84,89,74). Sum of RGB (Red+Green+Blue) = 84+89+74=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #54594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54594A is #ABA6B5. Grayscale: #555555. Windows color (decimal): -11249334 or 4872532. OLE color: 4872532.

HSL color Cylindrical-coordinate representation of color #54594A: hue angle of 80º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #54594A is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB848974-
CMYK0.0600.170.65
HSL80º9.2%31.96%-
HSV(B)80º16.85%34.9%-
XYZ8.469.527.87-
YUV85.79121.34126.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 89 (35.16% from 255) = 36.03%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=34.01%
G=36.03%
B=29.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489740.0600.170.65809.231.96
Hex54594A60114150920
Octal12413111260211011201140
Binary101010010110011001010110010001100000110100001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,89,74); }

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

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

 a { background-color: rgb(84,89,74); }

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

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

 span { border-color: rgb(84,89,74); }

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