#535947

Color #535947 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #535947

Tints of Lunar Green #535947

Color information

#535947 (or 0x535947) is unknown color: approx 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

RGB838971-
CMYK0.0700.200.65
HSL80º11.25%31.37%-
HSV(B)80º20.22%34.9%-
XYZ8.289.447.35-
YUV85.15120.01126.46-

RGB Variations

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

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.12% from 255) = 29.22%
R=34.16%
G=36.63%
B=29.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389710.0700.200.658011.2531.37
Hex53594770144150b1f
Octal12313110770241011201337
Binary10100111011001100011111101010010000011010000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>