#525C3F

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

Shades of Lunar Green #525C3F

Tints of Lunar Green #525C3F

Color information

#525C3F (or 0x525C3F) is unknown color: approx Lunar Green. HEX triplet: 52, 5C and 3F. RGB value is (82,92,63). Sum of RGB (Red+Green+Blue) = 82+92+63=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #525C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C3F is #ADA3C0. Grayscale: #555555. Windows color (decimal): -11379649 or 4152402. OLE color: 4152402.

HSL color Cylindrical-coordinate representation of color #525C3F: hue angle of 80.69º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525C3F is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB829263-
CMYK0.1100.320.64
HSL80.69º18.71%30.39%-
HSV(B)80.69º31.52%36.08%-
XYZ8.29.816.16-
YUV85.7115.19125.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 63 (25% from 255) = 26.58%
R=34.60%
G=38.82%
B=26.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8292630.1100.320.6480.6918.7130.39
Hex525C3FB0204051131e
Octal12213477130401001212336
Binary1010010101110011111110110100000100000010100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525C3F; }

 p { color: rgb(82,92,63); }

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

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

 a { background-color: rgb(82,92,63); }

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

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

 span { border-color: rgb(82,92,63); }

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