#528931

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

Shades of La Palma #528931

Tints of La Palma #528931

Color information

#528931 (or 0x528931) is unknown color: approx La Palma. HEX triplet: 52, 89 and 31. RGB value is (82,137,49). Sum of RGB (Red+Green+Blue) = 82+137+49=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #528931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528931 is #AD76CE. Grayscale: #6E6E6E. Windows color (decimal): -11368143 or 3246418. OLE color: 3246418.

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

Color convert

RGB8213749-
CMYK0.4000.640.46
HSL97.5º47.31%36.47%-
HSV(B)97.5º64.23%53.73%-
XYZ12.9819.916.06-
YUV110.5293.28107.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 137 (53.91% from 255) = 51.12%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=30.60%
G=51.12%
B=18.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137490.4000.640.4697.547.3136.47
Hex528931280402E622f24
Octal12221161500100561425744
Binary101001010001001110001101000010000001011101100010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528931; }

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

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

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

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

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

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

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

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