Html Css Color HEX #535A48 Lunar Green

📋 copy color: '#535A48'

red 83 ◦ green 90 ◦ blue 72

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

Shades of Lunar Green #535A48

Tints of Lunar Green #535A48

RGB

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

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

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

R = 33.88%
G = 36.73%
B = 29.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#535A48 (or 0x535A48) is known color: Lunar Green. HEX triplet: 53, 5A and 48. RGB value is (83,90,72). Sum of RGB (Red+Green+Blue) = 83+90+72=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 90 - color contains mainly: green. Hex color #535A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A48 is #ACA5B7. Grayscale: #555555. Windows color (decimal): -11314616 or 4741715. OLE color: 4741715.

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

Color convert

RGB 83 90 72 -
CMYK 0.08 0 0.20 0.65
HSL 83.33º 0.11% 0.32% -
HSV(B) 83.33º 0.2% 0.35% -
XYZ 8.39 9.62 7.55 -
YUV 85.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 83 90 72 0.08 0 0.20 0.65 83.33 0.11 0.32
Hex 53 5A 48 8 0 14 41 53 B 20
Octal 123 132 110 10 0 24 101 123 13 40
Binary 1010011 1011010 1001000 1000 0 10100 1000001 1010011 1011 100000

Color Harmonies of #535A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A48

Black with #535A48

Text Example


Text Example

White with #535A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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