Html Css Color HEX #535941 Lunar Green

📋 copy color: '#535941'

red 83 ◦ green 89 ◦ blue 65

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

Shades of Lunar Green #535941

Tints of Lunar Green #535941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.43%

R = 35.02%
G = 37.55%
B = 27.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#535941 (or 0x535941) is known color: Lunar Green. HEX triplet: 53, 59 and 41. RGB value is (83,89,65). Sum of RGB (Red+Green+Blue) = 83+89+65=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #535941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535941 is #ACA6BE. Grayscale: #545454. Windows color (decimal): -11314879 or 4282707. OLE color: 4282707.

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

Color convert

RGB 83 89 65 -
CMYK 0.07 0 0.27 0.65
HSL 75º 0.16% 0.3% -
HSV(B) 75º 0.27% 0.35% -
XYZ 8.09 9.37 6.38 -
YUV 84.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 83 89 65 0.07 0 0.27 0.65 75 0.16 0.3
Hex 53 59 41 7 0 1B 41 4B 10 1E
Octal 123 131 101 7 0 33 101 113 20 36
Binary 1010011 1011001 1000001 111 0 11011 1000001 1001011 10000 11110

Color Harmonies of #535941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535941

Black with #535941

Text Example


Text Example

White with #535941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535941; }

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

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

background-color css

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

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

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

border-color css

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

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

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