Html Css Color HEX #535949 Lunar Green

📋 copy color: '#535949'

red 83 ◦ green 89 ◦ blue 73

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

Shades of Lunar Green #535949

Tints of Lunar Green #535949

RGB

 RED value IS 83 (32.81% from 255) = 33.88%

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 33.88%
G = 36.33%
B = 29.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#535949 (or 0x535949) is known color: Lunar Green. HEX triplet: 53, 59 and 49. RGB value is (83,89,73). Sum of RGB (Red+Green+Blue) = 83+89+73=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #535949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535949 is #ACA6B6. Grayscale: #555555. Windows color (decimal): -11314871 or 4806995. OLE color: 4806995.

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

Color convert

RGB 83 89 73 -
CMYK 0.07 0 0.18 0.65
HSL 82.5º 0.1% 0.32% -
HSV(B) 82.5º 0.18% 0.35% -
XYZ 8.34 9.46 7.69 -
YUV 85.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 83 89 73 0.07 0 0.18 0.65 82.5 0.1 0.32
Hex 53 59 49 7 0 12 41 52 A 20
Octal 123 131 111 7 0 22 101 122 12 40
Binary 1010011 1011001 1001001 111 0 10010 1000001 1010010 1010 100000

Color Harmonies of #535949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535949

Black with #535949

Text Example


Text Example

White with #535949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535949; }

 p { color: rgb(83,89,73); }

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

background-color css

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

 a { background-color: rgb(83,89,73); }

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

border-color css

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

 span { border-color: rgb(83,89,73); }

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