#52993D

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

Shades of La Palma #52993D

Tints of La Palma #52993D

Color information

#52993D (or 0x52993D) is unknown color: approx La Palma. HEX triplet: 52, 99 and 3D. RGB value is (82,153,61). Sum of RGB (Red+Green+Blue) = 82+153+61=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #52993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52993D is #AD66C2. Grayscale: #797979. Windows color (decimal): -11364035 or 4036946. OLE color: 4036946.

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

Color convert

RGB8215361-
CMYK0.4600.600.4
HSL106.3º42.99%41.96%-
HSV(B)106.3º60.13%60%-
XYZ15.7124.918.4-
YUV121.2893.9899.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.70%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 61 (24.22% from 255) = 20.61%
R=27.70%
G=51.69%
B=20.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153610.4600.600.4106.342.9941.96
Hex52993D2E03C286a2b2a
Octal1222317556074501525352
Binary10100101001100111110110111001111001010001101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52993D; }

 p { color: rgb(82,153,61); }

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

<style>
 a { background-color: #52993D; }

 a { background-color: rgb(82,153,61); }

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

<style>
 span { border-color: #52993D; }

 span { border-color: rgb(82,153,61); }

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