Html Css Color HEX #535942 Lunar Green

📋 copy color: '#535942'

red 83 ◦ green 89 ◦ blue 66

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

Shades of Lunar Green #535942

Tints of Lunar Green #535942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.39%

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

R = 34.87%
G = 37.39%
B = 27.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#535942 (or 0x535942) is known color: Lunar Green. HEX triplet: 53, 59 and 42. RGB value is (83,89,66). Sum of RGB (Red+Green+Blue) = 83+89+66=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #535942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535942 is #ACA6BD. Grayscale: #545454. Windows color (decimal): -11314878 or 4348243. OLE color: 4348243.

HSL color Cylindrical-coordinate representation of color #535942: hue angle of 75.65º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #535942 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 66 -
CMYK 0.07 0 0.26 0.65
HSL 75.65º 0.15% 0.3% -
HSV(B) 75.65º 0.26% 0.35% -
XYZ 8.12 9.38 6.54 -
YUV 84.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 83 89 66 0.07 0 0.26 0.65 75.65 0.15 0.3
Hex 53 59 42 7 0 1A 41 4C F 1E
Octal 123 131 102 7 0 32 101 114 17 36
Binary 1010011 1011001 1000010 111 0 11010 1000001 1001100 1111 11110

Color Harmonies of #535942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535942

Black with #535942

Text Example


Text Example

White with #535942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535942; }

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

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

background-color css

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

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

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

border-color css

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

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

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