#529237

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

Shades of La Palma #529237

Tints of La Palma #529237

Color information

#529237 (or 0x529237) is unknown color: approx La Palma. HEX triplet: 52, 92 and 37. RGB value is (82,146,55). Sum of RGB (Red+Green+Blue) = 82+146+55=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #529237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529237 is #AD6DC8. Grayscale: #747474. Windows color (decimal): -11365833 or 3641938. OLE color: 3641938.

HSL color Cylindrical-coordinate representation of color #529237: hue angle of 102.2º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #529237 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB8214655-
CMYK0.4400.620.43
HSL102.2º45.27%39.41%-
HSV(B)102.2º62.33%57.25%-
XYZ14.4522.637.22-
YUV116.4993.3103.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 146 (57.42% from 255) = 51.59%
BLUE value IS 55 (21.88% from 255) = 19.43%
R=28.98%
G=51.59%
B=19.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146550.4400.620.43102.245.2739.41
Hex5292372C03E2B662d27
Octal1222226754076531465547
Binary10100101001001011011110110001111101010111100110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529237; }

 p { color: rgb(82,146,55); }

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

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

 a { background-color: rgb(82,146,55); }

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

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

 span { border-color: rgb(82,146,55); }

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