#329508

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

Shades of La Palma #329508

Tints of La Palma #329508

Color information

#329508 (or 0x329508) is unknown color: approx La Palma. HEX triplet: 32, 95 and 08. RGB value is (50,149,8). Sum of RGB (Red+Green+Blue) = 50+149+8=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 149 (58.59% from 255 or 71.98% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 149 - color contains mainly: green. Hex color #329508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329508 is #CD6AF7. Grayscale: #676767. Windows color (decimal): -13462264 or 562482. OLE color: 562482.

HSL color Cylindrical-coordinate representation of color #329508: hue angle of 102.13º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #329508 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB501498-
CMYK0.6600.950.42
HSL102.13º89.81%30.78%-
HSV(B)102.13º94.63%58.43%-
XYZ12.1122.193.87-
YUV103.3274.289.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 149 (58.59% from 255) = 71.98%
BLUE value IS 8 (3.52% from 255) = 3.86%
R=24.15%
G=71.98%
B=3.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5014980.6600.950.42102.1389.8130.78
Hex329584205F2A665a1f
Octal622251010201375214613237
Binary1100101001010110001000010010111111010101100110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329508; }

 p { color: rgb(50,149,8); }

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

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

 a { background-color: rgb(50,149,8); }

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

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

 span { border-color: rgb(50,149,8); }

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