#535948

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

Shades of Lunar Green #535948

Tints of Lunar Green #535948

Color information

#535948 (or 0x535948) is unknown color: approx Lunar Green. HEX triplet: 53, 59 and 48. RGB value is (83,89,72). Sum of RGB (Red+Green+Blue) = 83+89+72=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #535948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535948 is #ACA6B7. Grayscale: #555555. Windows color (decimal): -11314872 or 4741459. OLE color: 4741459.

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

Color convert

RGB838972-
CMYK0.0700.190.65
HSL81.18º10.56%31.57%-
HSV(B)81.18º19.1%34.9%-
XYZ8.319.457.52-
YUV85.27120.51126.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=34.02%
G=36.48%
B=29.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389720.0700.190.6581.1810.5631.57
Hex53594870134151b20
Octal12313111070231011211340
Binary101001110110011001000111010011100000110100011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535948; }

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

 H1.HeaderClassName
 {
   color: #535948;
 }
 .AnyTagClassName
 {
   color: #535948;
 }
</style>
background-color css

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

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

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

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

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

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