#528730

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

Shades of La Palma #528730

Tints of La Palma #528730

Color information

#528730 (or 0x528730) is unknown color: approx La Palma. HEX triplet: 52, 87 and 30. RGB value is (82,135,48). Sum of RGB (Red+Green+Blue) = 82+135+48=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #528730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528730 is #AD78CF. Grayscale: #6D6D6D. Windows color (decimal): -11368656 or 3180370. OLE color: 3180370.

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

Color convert

RGB8213548-
CMYK0.3900.640.47
HSL96.55º47.54%35.88%-
HSV(B)96.55º64.44%52.94%-
XYZ12.6819.345.86-
YUV109.2393.44108.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=30.94%
G=50.94%
B=18.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135480.3900.640.4796.5547.5435.88
Hex528730270402F613024
Octal12220760470100571416044
Binary101001010000111110000100111010000001011111100001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528730; }

 p { color: rgb(82,135,48); }

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

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

 a { background-color: rgb(82,135,48); }

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

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

 span { border-color: rgb(82,135,48); }

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