Html Css Color HEX #535944 Lunar Green

📋 copy color: '#535944'

red 83 ◦ green 89 ◦ blue 68

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

Shades of Lunar Green #535944

Tints of Lunar Green #535944

RGB

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

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

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

R = 34.58%
G = 37.08%
B = 28.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#535944 (or 0x535944) is known color: Lunar Green. HEX triplet: 53, 59 and 44. RGB value is (83,89,68). Sum of RGB (Red+Green+Blue) = 83+89+68=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #535944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535944 is #ACA6BB. Grayscale: #545454. Windows color (decimal): -11314876 or 4479315. OLE color: 4479315.

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

Color convert

RGB 83 89 68 -
CMYK 0.07 0 0.24 0.65
HSL 77.14º 0.13% 0.31% -
HSV(B) 77.14º 0.24% 0.35% -
XYZ 8.18 9.4 6.85 -
YUV 84.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 83 89 68 0.07 0 0.24 0.65 77.14 0.13 0.31
Hex 53 59 44 7 0 18 41 4D D 1F
Octal 123 131 104 7 0 30 101 115 15 37
Binary 1010011 1011001 1000100 111 0 11000 1000001 1001101 1101 11111

Color Harmonies of #535944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535944

Black with #535944

Text Example


Text Example

White with #535944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535944; }

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

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

background-color css

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

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

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

border-color css

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

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

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