#535848

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

Shades of Lunar Green #535848

Tints of Lunar Green #535848

Color information

#535848 (or 0x535848) is unknown color: approx Lunar Green. HEX triplet: 53, 58 and 48. RGB value is (83,88,72). Sum of RGB (Red+Green+Blue) = 83+88+72=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #535848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535848 is #ACA7B7. Grayscale: #545454. Windows color (decimal): -11315128 or 4741203. OLE color: 4741203.

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

Color convert

RGB838872-
CMYK0.0600.180.65
HSL78.75º10%31.37%-
HSV(B)78.75º18.18%34.51%-
XYZ8.239.297.49-
YUV84.68120.84126.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=34.16%
G=36.21%
B=29.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388720.0600.180.6578.751031.37
Hex5358486012414fa1f
Octal12313011060221011171237
Binary10100111011000100100011001001010000011001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535848; }

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

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

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

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

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

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

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

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