Html Css Color HEX #536040 Lunar Green

📋 copy color: '#536040'

red 83 ◦ green 96 ◦ blue 64

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

Shades of Lunar Green #536040

Tints of Lunar Green #536040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 34.16%
G = 39.51%
B = 26.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#536040 (or 0x536040) is known color: Lunar Green. HEX triplet: 53, 60 and 40. RGB value is (83,96,64). Sum of RGB (Red+Green+Blue) = 83+96+64=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #536040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536040 is #AC9FBF. Grayscale: #585858. Windows color (decimal): -11313088 or 4218963. OLE color: 4218963.

HSL color Cylindrical-coordinate representation of color #536040: hue angle of 84.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536040 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 64 -
CMYK 0.14 0 0.33 0.62
HSL 84.38º 0.2% 0.31% -
HSV(B) 84.38º 0.33% 0.38% -
XYZ 8.68 10.57 6.43 -
YUV 88.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 83 96 64 0.14 0 0.33 0.62 84.38 0.2 0.31
Hex 53 60 40 E 0 21 3E 54 14 1F
Octal 123 140 100 16 0 41 76 124 24 37
Binary 1010011 1100000 1000000 1110 0 100001 111110 1010100 10100 11111

Color Harmonies of #536040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536040

Black with #536040

Text Example


Text Example

White with #536040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536040; }

 p { color: rgb(83,96,64); }

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

background-color css

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

 a { background-color: rgb(83,96,64); }

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

border-color css

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

 span { border-color: rgb(83,96,64); }

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