#329816

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

Shades of La Palma #329816

Tints of La Palma #329816

Color information

#329816 (or 0x329816) is unknown color: approx La Palma. HEX triplet: 32, 98 and 16. RGB value is (50,152,22). Sum of RGB (Red+Green+Blue) = 50+152+22=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 152 (59.77% from 255 or 67.86% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 152 - color contains mainly: green. Hex color #329816 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329816 is #CD67E9. Grayscale: #6B6B6B. Windows color (decimal): -13461482 or 1480754. OLE color: 1480754.

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

Color convert

RGB5015222-
CMYK0.6700.860.40
HSL107.08º74.71%34.12%-
HSV(B)107.08º85.53%59.61%-
XYZ12.6923.194.57-
YUV106.6880.2187.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 152 (59.77% from 255) = 67.86%
BLUE value IS 22 (8.98% from 255) = 9.82%
R=22.32%
G=67.86%
B=9.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50152220.6700.860.40107.0874.7134.12
Hex32981643056286b4b22
Octal622302610301265015311342
Binary110010100110001011010000110101011010100011010111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329816; }

 p { color: rgb(50,152,22); }

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

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

 a { background-color: rgb(50,152,22); }

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

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

 span { border-color: rgb(50,152,22); }

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