#529433

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

Shades of La Palma #529433

Tints of La Palma #529433

Color information

#529433 (or 0x529433) is unknown color: approx La Palma. HEX triplet: 52, 94 and 33. RGB value is (82,148,51). Sum of RGB (Red+Green+Blue) = 82+148+51=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #529433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529433 is #AD6BCC. Grayscale: #757575. Windows color (decimal): -11365325 or 3380306. OLE color: 3380306.

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

Color convert

RGB8214851-
CMYK0.4500.660.42
HSL100.82º48.74%39.02%-
HSV(B)100.82º65.54%58.04%-
XYZ14.6723.216.84-
YUV117.2190.63102.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 148 (58.20% from 255) = 52.67%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=29.18%
G=52.67%
B=18.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82148510.4500.660.42100.8248.7439.02
Hex5294332D0422A653127
Octal12222463550102521456147
Binary101001010010100110011101101010000101010101100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529433; }

 p { color: rgb(82,148,51); }

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

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

 a { background-color: rgb(82,148,51); }

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

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

 span { border-color: rgb(82,148,51); }

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