Html Css Color HEX #536042 Lunar Green

📋 copy color: '#536042'

red 83 ◦ green 96 ◦ blue 66

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

Shades of Lunar Green #536042

Tints of Lunar Green #536042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 33.88%
G = 39.18%
B = 26.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#536042 (or 0x536042) is known color: Lunar Green. HEX triplet: 53, 60 and 42. RGB value is (83,96,66). Sum of RGB (Red+Green+Blue) = 83+96+66=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #536042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536042 is #AC9FBD. Grayscale: #585858. Windows color (decimal): -11313086 or 4350035. OLE color: 4350035.

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

Color convert

RGB 83 96 66 -
CMYK 0.14 0 0.31 0.62
HSL 86º 0.19% 0.32% -
HSV(B) 86º 0.31% 0.38% -
XYZ 8.73 10.6 6.74 -
YUV 88.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 83 96 66 0.14 0 0.31 0.62 86 0.19 0.32
Hex 53 60 42 E 0 1F 3E 56 13 20
Octal 123 140 102 16 0 37 76 126 23 40
Binary 1010011 1100000 1000010 1110 0 11111 111110 1010110 10011 100000

Color Harmonies of #536042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536042

Black with #536042

Text Example


Text Example

White with #536042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536042; }

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

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

background-color css

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

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

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

border-color css

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

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

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