Html Css Color HEX #545B4A Lunar Green

📋 copy color: '#545B4A'

red 84 ◦ green 91 ◦ blue 74

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

Shades of Lunar Green #545B4A

Tints of Lunar Green #545B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.55%

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

R = 33.73%
G = 36.55%
B = 29.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#545B4A (or 0x545B4A) is known color: Lunar Green. HEX triplet: 54, 5B and 4A. RGB value is (84,91,74). Sum of RGB (Red+Green+Blue) = 84+91+74=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 91 - color contains mainly: green. Hex color #545B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545B4A is #ABA4B5. Grayscale: #575757. Windows color (decimal): -11248822 or 4873044. OLE color: 4873044.

HSL color Cylindrical-coordinate representation of color #545B4A: hue angle of 84.71º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545B4A is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 91 74 -
CMYK 0.08 0 0.19 0.64
HSL 84.71º 0.1% 0.32% -
HSV(B) 84.71º 0.19% 0.36% -
XYZ 8.63 9.86 7.93 -
YUV 86.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 84 91 74 0.08 0 0.19 0.64 84.71 0.1 0.32
Hex 54 5B 4A 8 0 13 40 55 A 20
Octal 124 133 112 10 0 23 100 125 12 40
Binary 1010100 1011011 1001010 1000 0 10011 1000000 1010101 1010 100000

Color Harmonies of #545B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545B4A

Black with #545B4A

Text Example


Text Example

White with #545B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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