Html Css Color HEX #54584A Lunar Green

📋 copy color: '#54584A'

red 84 ◦ green 88 ◦ blue 74

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

Shades of Lunar Green #54584A

Tints of Lunar Green #54584A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.08%

R = 34.15%
G = 35.77%
B = 30.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#54584A (or 0x54584A) is known color: Lunar Green. HEX triplet: 54, 58 and 4A. RGB value is (84,88,74). Sum of RGB (Red+Green+Blue) = 84+88+74=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #54584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54584A is #ABA7B5. Grayscale: #555555. Windows color (decimal): -11249590 or 4872276. OLE color: 4872276.

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

Color convert

RGB 84 88 74 -
CMYK 0.05 0 0.16 0.65
HSL 77.14º 0.09% 0.32% -
HSV(B) 77.14º 0.16% 0.35% -
XYZ 8.38 9.36 7.84 -
YUV 85.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 84 88 74 0.05 0 0.16 0.65 77.14 0.09 0.32
Hex 54 58 4A 5 0 10 41 4D 9 20
Octal 124 130 112 5 0 20 101 115 11 40
Binary 1010100 1011000 1001010 101 0 10000 1000001 1001101 1001 100000

Color Harmonies of #54584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54584A

Black with #54584A

Text Example


Text Example

White with #54584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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