#525A3F

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

Shades of Lunar Green #525A3F

Tints of Lunar Green #525A3F

Color information

#525A3F (or 0x525A3F) is unknown color: approx Lunar Green. HEX triplet: 52, 5A and 3F. RGB value is (82,90,63). Sum of RGB (Red+Green+Blue) = 82+90+63=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #525A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A3F is #ADA5C0. Grayscale: #545454. Windows color (decimal): -11380161 or 4151890. OLE color: 4151890.

HSL color Cylindrical-coordinate representation of color #525A3F: hue angle of 77.78º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525A3F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB829063-
CMYK0.0900.300.65
HSL77.78º17.65%30%-
HSV(B)77.78º30%35.29%-
XYZ8.039.476.11-
YUV84.53115.85126.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 63 (25% from 255) = 26.81%
R=34.89%
G=38.30%
B=26.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290630.0900.300.6577.7817.6530
Hex525A3F901E414e121e
Octal12213277110361011162236
Binary101001010110101111111001011110100000110011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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