Html Css Color HEX #535F41 Lunar Green

📋 copy color: '#535F41'

red 83 ◦ green 95 ◦ blue 65

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

Shades of Lunar Green #535F41

Tints of Lunar Green #535F41

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

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

R = 34.16%
G = 39.09%
B = 26.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#535F41 (or 0x535F41) is known color: Lunar Green. HEX triplet: 53, 5F and 41. RGB value is (83,95,65). Sum of RGB (Red+Green+Blue) = 83+95+65=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #535F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F41 is #ACA0BE. Grayscale: #585858. Windows color (decimal): -11313343 or 4284243. OLE color: 4284243.

HSL color Cylindrical-coordinate representation of color #535F41: hue angle of 84º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #535F41 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 95 65 -
CMYK 0.13 0 0.32 0.63
HSL 84º 0.19% 0.31% -
HSV(B) 84º 0.32% 0.37% -
XYZ 8.61 10.41 6.56 -
YUV 87.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 83 95 65 0.13 0 0.32 0.63 84 0.19 0.31
Hex 53 5F 41 D 0 20 3F 54 13 1F
Octal 123 137 101 15 0 40 77 124 23 37
Binary 1010011 1011111 1000001 1101 0 100000 111111 1010100 10011 11111

Color Harmonies of #535F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F41

Black with #535F41

Text Example


Text Example

White with #535F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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