Html Css Color HEX #535F44 Lunar Green

📋 copy color: '#535F44'

red 83 ◦ green 95 ◦ blue 68

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

Shades of Lunar Green #535F44

Tints of Lunar Green #535F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.64%

R = 33.74%
G = 38.62%
B = 27.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.63

RGB Variations

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

Color information

#535F44 (or 0x535F44) is known color: Lunar Green. HEX triplet: 53, 5F and 44. RGB value is (83,95,68). Sum of RGB (Red+Green+Blue) = 83+95+68=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #535F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F44 is #ACA0BB. Grayscale: #585858. Windows color (decimal): -11313340 or 4480851. OLE color: 4480851.

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

Color convert

RGB 83 95 68 -
CMYK 0.13 0 0.28 0.63
HSL 86.67º 0.17% 0.32% -
HSV(B) 86.67º 0.28% 0.37% -
XYZ 8.7 10.44 7.03 -
YUV 88.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 83 95 68 0.13 0 0.28 0.63 86.67 0.17 0.32
Hex 53 5F 44 D 0 1C 3F 57 11 20
Octal 123 137 104 15 0 34 77 127 21 40
Binary 1010011 1011111 1000100 1101 0 11100 111111 1010111 10001 100000

Color Harmonies of #535F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F44

Black with #535F44

Text Example


Text Example

White with #535F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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