#52983B

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

Shades of La Palma #52983B

Tints of La Palma #52983B

Color information

#52983B (or 0x52983B) is unknown color: approx La Palma. HEX triplet: 52, 98 and 3B. RGB value is (82,152,59). Sum of RGB (Red+Green+Blue) = 82+152+59=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #52983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52983B is #AD67C4. Grayscale: #787878. Windows color (decimal): -11364293 or 3905618. OLE color: 3905618.

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

Color convert

RGB8215259-
CMYK0.4600.610.40
HSL105.16º44.08%41.37%-
HSV(B)105.16º61.18%59.61%-
XYZ15.524.578.06-
YUV120.4793.31100.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 152 (59.77% from 255) = 51.88%
BLUE value IS 59 (23.44% from 255) = 20.14%
R=27.99%
G=51.88%
B=20.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152590.4600.610.40105.1644.0841.37
Hex52983B2E03D28692c29
Octal1222307356075501515451
Binary10100101001100011101110111001111011010001101001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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