#52603F

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

Shades of Lunar Green #52603F

Tints of Lunar Green #52603F

Color information

#52603F (or 0x52603F) is unknown color: approx Lunar Green. HEX triplet: 52, 60 and 3F. RGB value is (82,96,63). Sum of RGB (Red+Green+Blue) = 82+96+63=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #52603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52603F is #AD9FC0. Grayscale: #585858. Windows color (decimal): -11378625 or 4153426. OLE color: 4153426.

HSL color Cylindrical-coordinate representation of color #52603F: hue angle of 85.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52603F is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB829663-
CMYK0.1500.340.62
HSL85.45º20.75%31.18%-
HSV(B)85.45º34.38%37.65%-
XYZ8.5610.526.28-
YUV88.05113.86123.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 63 (25% from 255) = 26.14%
R=34.02%
G=39.83%
B=26.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296630.1500.340.6285.4520.7531.18
Hex52603FF0223E55151f
Octal1221407717042761252537
Binary101001011000001111111111010001011111010101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52603F; }

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

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

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

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

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

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

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

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