Html Css Color HEX #535947 Lunar Green

📋 copy color: '#535947'

red 83 ◦ green 89 ◦ blue 71

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

Shades of Lunar Green #535947

Tints of Lunar Green #535947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.22%

R = 34.16%
G = 36.63%
B = 29.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#535947 (or 0x535947) is known color: Lunar Green. HEX triplet: 53, 59 and 47. RGB value is (83,89,71). Sum of RGB (Red+Green+Blue) = 83+89+71=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #535947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535947 is #ACA6B8. Grayscale: #555555. Windows color (decimal): -11314873 or 4675923. OLE color: 4675923.

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

Color convert

RGB 83 89 71 -
CMYK 0.07 0 0.20 0.65
HSL 80º 0.11% 0.31% -
HSV(B) 80º 0.2% 0.35% -
XYZ 8.28 9.44 7.35 -
YUV 85.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 83 89 71 0.07 0 0.20 0.65 80 0.11 0.31
Hex 53 59 47 7 0 14 41 50 B 1F
Octal 123 131 107 7 0 24 101 120 13 37
Binary 1010011 1011001 1000111 111 0 10100 1000001 1010000 1011 11111

Color Harmonies of #535947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535947

Black with #535947

Text Example


Text Example

White with #535947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535947; }

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

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

background-color css

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

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

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

border-color css

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

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

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