#329912

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

Shades of La Palma #329912

Tints of La Palma #329912

Color information

#329912 (or 0x329912) is unknown color: approx La Palma. HEX triplet: 32, 99 and 12. RGB value is (50,153,18). Sum of RGB (Red+Green+Blue) = 50+153+18=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 153 (60.16% from 255 or 69.23% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 153 - color contains mainly: green. Hex color #329912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329912 is #CD66ED. Grayscale: #6B6B6B. Windows color (decimal): -13461230 or 1218866. OLE color: 1218866.

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

Color convert

RGB5015318-
CMYK0.6700.880.4
HSL105.78º78.95%33.53%-
HSV(B)105.78º88.24%60%-
XYZ12.8223.54.43-
YUV106.8177.8887.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 153 (60.16% from 255) = 69.23%
BLUE value IS 18 (7.42% from 255) = 8.14%
R=22.62%
G=69.23%
B=8.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153180.6700.880.4105.7878.9533.53
Hex32991243058286a4f22
Octal622312210301305015211742
Binary110010100110011001010000110101100010100011010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329912; }

 p { color: rgb(50,153,18); }

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

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

 a { background-color: rgb(50,153,18); }

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

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

 span { border-color: rgb(50,153,18); }

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