#525646

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

Shades of Lunar Green #525646

Tints of Lunar Green #525646

Color information

#525646 (or 0x525646) is unknown color: approx Lunar Green. HEX triplet: 52, 56 and 46. RGB value is (82,86,70). Sum of RGB (Red+Green+Blue) = 82+86+70=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 86 - color contains mainly: green. Hex color #525646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525646 is #ADA9B9. Grayscale: #535353. Windows color (decimal): -11381178 or 4609618. OLE color: 4609618.

HSL color Cylindrical-coordinate representation of color #525646: hue angle of 75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #525646 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB828670-
CMYK0.0500.190.66
HSL75º10.26%30.59%-
HSV(B)75º18.6%33.73%-
XYZ7.918.897.09-
YUV82.98120.67127.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=34.45%
G=36.13%
B=29.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286700.0500.190.667510.2630.59
Hex5256465013424ba1f
Octal12212610650231021131237
Binary10100101010110100011010101001110000101001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525646; }

 p { color: rgb(82,86,70); }

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

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

 a { background-color: rgb(82,86,70); }

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

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

 span { border-color: rgb(82,86,70); }

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