#329016

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

Shades of La Palma #329016

Tints of La Palma #329016

Color information

#329016 (or 0x329016) is unknown color: approx La Palma. HEX triplet: 32, 90 and 16. RGB value is (50,144,22). Sum of RGB (Red+Green+Blue) = 50+144+22=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #329016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329016 is #CD6FE9. Grayscale: #666666. Windows color (decimal): -13463530 or 1478706. OLE color: 1478706.

HSL color Cylindrical-coordinate representation of color #329016: hue angle of 106.23º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #329016 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB5014422-
CMYK0.6500.850.44
HSL106.23º73.49%32.55%-
HSV(B)106.23º84.72%56.47%-
XYZ11.4320.684.15-
YUV101.9982.8690.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 144 (56.64% from 255) = 66.67%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=23.15%
G=66.67%
B=10.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50144220.6500.850.44106.2373.4932.55
Hex329016410552C6a4921
Octal622202610101255415211141
Binary110010100100001011010000010101010110110011010101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329016; }

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

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

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

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

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

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

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

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