Html Css Color HEX #545D42 Lunar Green

📋 copy color: '#545D42'

red 84 ◦ green 93 ◦ blue 66

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

Shades of Lunar Green #545D42

Tints of Lunar Green #545D42

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.27%

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 34.57%
G = 38.27%
B = 27.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.64

RGB Variations

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

Color information

#545D42 (or 0x545D42) is known color: Lunar Green. HEX triplet: 54, 5D and 42. RGB value is (84,93,66). Sum of RGB (Red+Green+Blue) = 84+93+66=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #545D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545D42 is #ABA2BD. Grayscale: #575757. Windows color (decimal): -11248318 or 4349268. OLE color: 4349268.

HSL color Cylindrical-coordinate representation of color #545D42: hue angle of 80º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545D42 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 93 66 -
CMYK 0.10 0 0.29 0.64
HSL 80º 0.17% 0.31% -
HSV(B) 80º 0.29% 0.36% -
XYZ 8.55 10.11 6.65 -
YUV 87.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 84 93 66 0.10 0 0.29 0.64 80 0.17 0.31
Hex 54 5D 42 A 0 1D 40 50 11 1F
Octal 124 135 102 12 0 35 100 120 21 37
Binary 1010100 1011101 1000010 1010 0 11101 1000000 1010000 10001 11111

Color Harmonies of #545D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D42

Black with #545D42

Text Example


Text Example

White with #545D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545D42; }

 p { color: rgb(84,93,66); }

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

background-color css

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

 a { background-color: rgb(84,93,66); }

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

border-color css

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

 span { border-color: rgb(84,93,66); }

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