#529534

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

Shades of La Palma #529534

Tints of La Palma #529534

Color information

#529534 (or 0x529534) is unknown color: approx La Palma. HEX triplet: 52, 95 and 34. RGB value is (82,149,52). Sum of RGB (Red+Green+Blue) = 82+149+52=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #529534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529534 is #AD6ACB. Grayscale: #767676. Windows color (decimal): -11365068 or 3446098. OLE color: 3446098.

HSL color Cylindrical-coordinate representation of color #529534: hue angle of 101.44º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529534 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB8214952-
CMYK0.4500.650.42
HSL101.44º48.26%39.41%-
HSV(B)101.44º65.1%58.43%-
XYZ14.8523.547.01-
YUV117.9190.8102.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 149 (58.59% from 255) = 52.65%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=28.98%
G=52.65%
B=18.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149520.4500.650.42101.4448.2639.41
Hex5295342D0412A653027
Octal12222564550101521456047
Binary101001010010101110100101101010000011010101100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529534; }

 p { color: rgb(82,149,52); }

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

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

 a { background-color: rgb(82,149,52); }

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

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

 span { border-color: rgb(82,149,52); }

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