#529637

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

Shades of La Palma #529637

Tints of La Palma #529637

Color information

#529637 (or 0x529637) is unknown color: approx La Palma. HEX triplet: 52, 96 and 37. RGB value is (82,150,55). Sum of RGB (Red+Green+Blue) = 82+150+55=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #529637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529637 is #AD69C8. Grayscale: #777777. Windows color (decimal): -11364809 or 3642962. OLE color: 3642962.

HSL color Cylindrical-coordinate representation of color #529637: hue angle of 102.95º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529637 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB8215055-
CMYK0.4500.630.41
HSL102.95º46.34%40.2%-
HSV(B)102.95º63.33%58.82%-
XYZ15.0823.887.43-
YUV118.8491.97101.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 55 (21.88% from 255) = 19.16%
R=28.57%
G=52.26%
B=19.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150550.4500.630.41102.9546.3440.2
Hex5296372D03F29672e28
Octal1222266755077511475650
Binary10100101001011011011110110101111111010011100111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529637; }

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

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

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

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

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

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

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

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