#54584E

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

Shades of Lunar Green #54584E

Tints of Lunar Green #54584E

Color information

#54584E (or 0x54584E) is unknown color: approx Lunar Green. HEX triplet: 54, 58 and 4E. RGB value is (84,88,78). Sum of RGB (Red+Green+Blue) = 84+88+78=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 88 - color contains mainly: green. Hex color #54584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54584E is #ABA7B1. Grayscale: #555555. Windows color (decimal): -11249586 or 5134420. OLE color: 5134420.

HSL color Cylindrical-coordinate representation of color #54584E: hue angle of 84º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #54584E is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB848878-
CMYK0.0500.110.65
HSL84º6.02%32.55%-
HSV(B)84º11.36%34.51%-
XYZ8.529.418.58-
YUV85.66123.67126.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.6%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=33.6%
G=35.2%
B=31.2%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488780.0500.110.65846.0232.55
Hex54584E50B4154621
Octal1241301165013101124641
Binary1010100101100010011101010101110000011010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54584E; }

 p { color: rgb(84,88,78); }

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

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

 a { background-color: rgb(84,88,78); }

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

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

 span { border-color: rgb(84,88,78); }

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