Html Css Color HEX #545848 Lunar Green

📋 copy color: '#545848'

red 84 ◦ green 88 ◦ blue 72

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

Shades of Lunar Green #545848

Tints of Lunar Green #545848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.51%

R = 34.43%
G = 36.07%
B = 29.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#545848 (or 0x545848) is known color: Lunar Green. HEX triplet: 54, 58 and 48. RGB value is (84,88,72). Sum of RGB (Red+Green+Blue) = 84+88+72=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #545848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545848 is #ABA7B7. Grayscale: #555555. Windows color (decimal): -11249592 or 4741204. OLE color: 4741204.

HSL color Cylindrical-coordinate representation of color #545848: hue angle of 75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545848 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 88 72 -
CMYK 0.05 0 0.18 0.65
HSL 75º 0.1% 0.31% -
HSV(B) 75º 0.18% 0.35% -
XYZ 8.32 9.33 7.49 -
YUV 84.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 84 88 72 0.05 0 0.18 0.65 75 0.1 0.31
Hex 54 58 48 5 0 12 41 4B A 1F
Octal 124 130 110 5 0 22 101 113 12 37
Binary 1010100 1011000 1001000 101 0 10010 1000001 1001011 1010 11111

Color Harmonies of #545848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545848

Black with #545848

Text Example


Text Example

White with #545848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545848; }

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

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

background-color css

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

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

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

border-color css

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

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

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