Html Css Color HEX #54584C Lunar Green

📋 copy color: '#54584C'

red 84 ◦ green 88 ◦ blue 76

#54584C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #54584C

Tints of Lunar Green #54584C

RGB

 RED value IS 84 (33.2% from 255) = 33.87%

 GREEN value IS 88 (34.77% from 255) = 35.48%

 BLUE value IS 76 (30.08% from 255) = 30.65%

R = 33.87%
G = 35.48%
B = 30.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#54584C (or 0x54584C) is known color: Lunar Green. HEX triplet: 54, 58 and 4C. RGB value is (84,88,76). Sum of RGB (Red+Green+Blue) = 84+88+76=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #54584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54584C is #ABA7B3. Grayscale: #555555. Windows color (decimal): -11249588 or 5003348. OLE color: 5003348.

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

Color convert

RGB 84 88 76 -
CMYK 0.05 0 0.14 0.65
HSL 80º 0.07% 0.32% -
HSV(B) 80º 0.14% 0.35% -
XYZ 8.45 9.39 8.2 -
YUV 85.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 84 88 76 0.05 0 0.14 0.65 80 0.07 0.32
Hex 54 58 4C 5 0 E 41 50 7 20
Octal 124 130 114 5 0 16 101 120 7 40
Binary 1010100 1011000 1001100 101 0 1110 1000001 1010000 111 100000

Color Harmonies of #54584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54584C

Black with #54584C

Text Example


Text Example

White with #54584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54584C;
 }
 .AnyTagClassName
 {
   color: #54584C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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