#528F35

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

Shades of La Palma #528F35

Tints of La Palma #528F35

Color information

#528F35 (or 0x528F35) is unknown color: approx La Palma. HEX triplet: 52, 8F and 35. RGB value is (82,143,53). Sum of RGB (Red+Green+Blue) = 82+143+53=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #528F35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528F35 is #AD70CA. Grayscale: #727272. Windows color (decimal): -11366603 or 3510098. OLE color: 3510098.

HSL color Cylindrical-coordinate representation of color #528F35: hue angle of 100.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528F35 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB8214353-
CMYK0.4300.630.44
HSL100.67º45.92%38.43%-
HSV(B)100.67º62.94%56.08%-
XYZ13.9421.76.82-
YUV114.593.29104.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 143 (56.25% from 255) = 51.44%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=29.50%
G=51.44%
B=19.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82143530.4300.630.44100.6745.9238.43
Hex528F352B03F2C652e26
Octal1222176553077541455646
Binary10100101000111111010110101101111111011001100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528F35; }

 p { color: rgb(82,143,53); }

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

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

 a { background-color: rgb(82,143,53); }

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

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

 span { border-color: rgb(82,143,53); }

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