#528D35

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

Shades of La Palma #528D35

Tints of La Palma #528D35

Color information

#528D35 (or 0x528D35) is unknown color: approx La Palma. HEX triplet: 52, 8D and 35. RGB value is (82,141,53). Sum of RGB (Red+Green+Blue) = 82+141+53=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #528D35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D35 is #AD72CA. Grayscale: #717171. Windows color (decimal): -11367115 or 3509586. OLE color: 3509586.

HSL color Cylindrical-coordinate representation of color #528D35: hue angle of 100.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #528D35 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB8214153-
CMYK0.4200.620.45
HSL100.23º45.36%38.04%-
HSV(B)100.23º62.41%55.29%-
XYZ13.6521.16.72-
YUV113.3393.95105.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 141 (55.47% from 255) = 51.09%
BLUE value IS 53 (21.09% from 255) = 19.20%
R=29.71%
G=51.09%
B=19.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82141530.4200.620.45100.2345.3638.04
Hex528D352A03E2D642d26
Octal1222156552076551445546
Binary10100101000110111010110101001111101011011100100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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