#529C3D

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

Shades of La Palma #529C3D

Tints of La Palma #529C3D

Color information

#529C3D (or 0x529C3D) is unknown color: approx La Palma. HEX triplet: 52, 9C and 3D. RGB value is (82,156,61). Sum of RGB (Red+Green+Blue) = 82+156+61=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #529C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529C3D is #AD63C2. Grayscale: #7B7B7B. Windows color (decimal): -11363267 or 4037714. OLE color: 4037714.

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

Color convert

RGB8215661-
CMYK0.4700.610.39
HSL106.74º43.78%42.55%-
HSV(B)106.74º60.9%61.18%-
XYZ16.2125.918.56-
YUV123.0492.9898.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 156 (61.33% from 255) = 52.17%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=27.42%
G=52.17%
B=20.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82156610.4700.610.39106.7443.7842.55
Hex529C3D2F03D276b2c2b
Octal1222347557075471535453
Binary10100101001110011110110111101111011001111101011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529C3D; }

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

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

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

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

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

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

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

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