#329615

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

Shades of La Palma #329615

Tints of La Palma #329615

Color information

#329615 (or 0x329615) is unknown color: approx La Palma. HEX triplet: 32, 96 and 15. RGB value is (50,150,21). Sum of RGB (Red+Green+Blue) = 50+150+21=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 150 (58.98% from 255 or 67.87% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 150 - color contains mainly: green. Hex color #329615 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329615 is #CD69EA. Grayscale: #696969. Windows color (decimal): -13461995 or 1414706. OLE color: 1414706.

HSL color Cylindrical-coordinate representation of color #329615: hue angle of 106.51º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #329615 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB5015021-
CMYK0.6700.860.41
HSL106.51º75.44%33.53%-
HSV(B)106.51º86%58.82%-
XYZ12.3622.544.41-
YUV105.3980.3788.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 150 (58.98% from 255) = 67.87%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=22.62%
G=67.87%
B=9.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50150210.6700.860.41106.5175.4433.53
Hex32961543056296b4b22
Octal622262510301265115311342
Binary110010100101101010110000110101011010100111010111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329615; }

 p { color: rgb(50,150,21); }

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

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

 a { background-color: rgb(50,150,21); }

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

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

 span { border-color: rgb(50,150,21); }

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