Html Css Color HEX #535A49 Lunar Green

📋 copy color: '#535A49'

red 83 ◦ green 90 ◦ blue 73

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

Shades of Lunar Green #535A49

Tints of Lunar Green #535A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.59%

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

R = 33.74%
G = 36.59%
B = 29.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#535A49 (or 0x535A49) is known color: Lunar Green. HEX triplet: 53, 5A and 49. RGB value is (83,90,73). Sum of RGB (Red+Green+Blue) = 83+90+73=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 90 (35.55% from 255 or 36.59% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 90 - color contains mainly: green. Hex color #535A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A49 is #ACA5B6. Grayscale: #565656. Windows color (decimal): -11314615 or 4807251. OLE color: 4807251.

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

Color convert

RGB 83 90 73 -
CMYK 0.08 0 0.19 0.65
HSL 84.71º 0.1% 0.32% -
HSV(B) 84.71º 0.19% 0.35% -
XYZ 8.43 9.63 7.72 -
YUV 85.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 83 90 73 0.08 0 0.19 0.65 84.71 0.1 0.32
Hex 53 5A 49 8 0 13 41 55 A 20
Octal 123 132 111 10 0 23 101 125 12 40
Binary 1010011 1011010 1001001 1000 0 10011 1000001 1010101 1010 100000

Color Harmonies of #535A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A49

Black with #535A49

Text Example


Text Example

White with #535A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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