#528832

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

Shades of La Palma #528832

Tints of La Palma #528832

Color information

#528832 (or 0x528832) is unknown color: approx La Palma. HEX triplet: 52, 88 and 32. RGB value is (82,136,50). Sum of RGB (Red+Green+Blue) = 82+136+50=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #528832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528832 is #AD77CD. Grayscale: #6E6E6E. Windows color (decimal): -11368398 or 3311698. OLE color: 3311698.

HSL color Cylindrical-coordinate representation of color #528832: hue angle of 97.67º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528832 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB8213650-
CMYK0.4000.630.47
HSL97.67º46.24%36.47%-
HSV(B)97.67º63.24%53.33%-
XYZ12.8619.636.13-
YUV110.0594.11107.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 136 (53.52% from 255) = 50.75%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=30.60%
G=50.75%
B=18.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82136500.4000.630.4797.6746.2436.47
Hex5288322803F2F622e24
Octal1222106250077571425644
Binary10100101000100011001010100001111111011111100010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528832; }

 p { color: rgb(82,136,50); }

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

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

 a { background-color: rgb(82,136,50); }

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

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

 span { border-color: rgb(82,136,50); }

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