#525645

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

Shades of Lunar Green #525645

Tints of Lunar Green #525645

Color information

#525645 (or 0x525645) is unknown color: approx Lunar Green. HEX triplet: 52, 56 and 45. RGB value is (82,86,69). Sum of RGB (Red+Green+Blue) = 82+86+69=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 86 - color contains mainly: green. Hex color #525645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525645 is #ADA9BA. Grayscale: #525252. Windows color (decimal): -11381179 or 4544082. OLE color: 4544082.

HSL color Cylindrical-coordinate representation of color #525645: hue angle of 74.12º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525645 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB828669-
CMYK0.0500.200.66
HSL74.12º10.97%30.39%-
HSV(B)74.12º19.77%33.73%-
XYZ7.888.886.93-
YUV82.87120.17127.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=34.60%
G=36.29%
B=29.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286690.0500.200.6674.1210.9730.39
Hex5256455014424ab1e
Octal12212610550241021121336
Binary10100101010110100010110101010010000101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525645; }

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

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

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

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

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

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

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

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