#52983F

Color #52983F La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #52983F

Tints of La Palma #52983F

Color information

#52983F (or 0x52983F) is unknown color: approx La Palma. HEX triplet: 52, 98 and 3F. RGB value is (82,152,63). Sum of RGB (Red+Green+Blue) = 82+152+63=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #52983F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52983F is #AD67C0. Grayscale: #797979. Windows color (decimal): -11364289 or 4167762. OLE color: 4167762.

HSL color Cylindrical-coordinate representation of color #52983F: hue angle of 107.19º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52983F is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB8215263-
CMYK0.4600.590.40
HSL107.19º41.4%42.16%-
HSV(B)107.19º58.55%59.61%-
XYZ15.6124.618.63-
YUV120.9295.31100.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 63 (25% from 255) = 21.21%
R=27.61%
G=51.18%
B=21.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152630.4600.590.40107.1941.442.16
Hex52983F2E03B286b292a
Octal1222307756073501535152
Binary10100101001100011111110111001110111010001101011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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