#528936

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

Shades of La Palma #528936

Tints of La Palma #528936

Color information

#528936 (or 0x528936) is unknown color: approx La Palma. HEX triplet: 52, 89 and 36. RGB value is (82,137,54). Sum of RGB (Red+Green+Blue) = 82+137+54=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #528936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528936 is #AD76C9. Grayscale: #6F6F6F. Windows color (decimal): -11368138 or 3574098. OLE color: 3574098.

HSL color Cylindrical-coordinate representation of color #528936: hue angle of 99.76º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528936 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB8213754-
CMYK0.4000.610.46
HSL99.76º43.46%37.45%-
HSV(B)99.76º60.58%53.73%-
XYZ13.0919.956.65-
YUV111.0995.78107.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 137 (53.91% from 255) = 50.18%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=30.04%
G=50.18%
B=19.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137540.4000.610.4699.7643.4637.45
Hex5289362803D2E642b25
Octal1222116650075561445345
Binary10100101000100111011010100001111011011101100100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528936; }

 p { color: rgb(82,137,54); }

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

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

 a { background-color: rgb(82,137,54); }

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

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

 span { border-color: rgb(82,137,54); }

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