#52993E

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

Shades of La Palma #52993E

Tints of La Palma #52993E

Color information

#52993E (or 0x52993E) is unknown color: approx La Palma. HEX triplet: 52, 99 and 3E. RGB value is (82,153,62). Sum of RGB (Red+Green+Blue) = 82+153+62=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #52993E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52993E is #AD66C1. Grayscale: #797979. Windows color (decimal): -11364034 or 4102482. OLE color: 4102482.

HSL color Cylindrical-coordinate representation of color #52993E: hue angle of 106.81º degrees, saturation: 0.42, 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 #52993E is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB8215362-
CMYK0.4600.590.4
HSL106.81º42.33%42.16%-
HSV(B)106.81º59.48%60%-
XYZ15.7424.928.54-
YUV121.494.4899.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=27.61%
G=51.52%
B=20.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153620.4600.590.4106.8142.3342.16
Hex52993E2E03B286b2a2a
Octal1222317656073501535252
Binary10100101001100111111010111001110111010001101011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52993E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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