Html Css Color HEX #535A3F Lunar Green

📋 copy color: '#535A3F'

red 83 ◦ green 90 ◦ blue 63

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

Shades of Lunar Green #535A3F

Tints of Lunar Green #535A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.69%

R = 35.17%
G = 38.14%
B = 26.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#535A3F (or 0x535A3F) is known color: Lunar Green. HEX triplet: 53, 5A and 3F. RGB value is (83,90,63). Sum of RGB (Red+Green+Blue) = 83+90+63=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #535A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A3F is #ACA5C0. Grayscale: #545454. Windows color (decimal): -11314625 or 4151891. OLE color: 4151891.

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

Color convert

RGB 83 90 63 -
CMYK 0.08 0 0.30 0.65
HSL 75.56º 0.18% 0.3% -
HSV(B) 75.56º 0.3% 0.35% -
XYZ 8.12 9.51 6.11 -
YUV 84.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 83 90 63 0.08 0 0.30 0.65 75.56 0.18 0.3
Hex 53 5A 3F 8 0 1E 41 4C 12 1E
Octal 123 132 77 10 0 36 101 114 22 36
Binary 1010011 1011010 111111 1000 0 11110 1000001 1001100 10010 11110

Color Harmonies of #535A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A3F

Black with #535A3F

Text Example


Text Example

White with #535A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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