#52983C

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

Shades of La Palma #52983C

Tints of La Palma #52983C

Color information

#52983C (or 0x52983C) is unknown color: approx La Palma. HEX triplet: 52, 98 and 3C. RGB value is (82,152,60). Sum of RGB (Red+Green+Blue) = 82+152+60=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #52983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52983C is #AD67C3. Grayscale: #787878. Windows color (decimal): -11364292 or 3971154. OLE color: 3971154.

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

Color convert

RGB8215260-
CMYK0.4600.610.40
HSL105.65º43.4%41.57%-
HSV(B)105.65º60.53%59.61%-
XYZ15.5224.588.2-
YUV120.5893.81100.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 152 (59.77% from 255) = 51.70%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=27.89%
G=51.70%
B=20.41%

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
Decimal82152600.4600.610.40105.6543.441.57
Hex52983C2E03D286a2b2a
Octal1222307456075501525352
Binary10100101001100011110010111001111011010001101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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