#329318

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

Shades of La Palma #329318

Tints of La Palma #329318

Color information

#329318 (or 0x329318) is unknown color: approx La Palma. HEX triplet: 32, 93 and 18. RGB value is (50,147,24). Sum of RGB (Red+Green+Blue) = 50+147+24=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #329318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329318 is #CD6CE7. Grayscale: #686868. Windows color (decimal): -13462760 or 1610546. OLE color: 1610546.

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

Color convert

RGB5014724-
CMYK0.6600.840.42
HSL107.32º71.93%33.53%-
HSV(B)107.32º83.67%57.65%-
XYZ11.9121.614.41-
YUV103.9882.8689.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 147 (57.81% from 255) = 66.52%
BLUE value IS 24 (9.77% from 255) = 10.86%
R=22.62%
G=66.52%
B=10.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50147240.6600.840.42107.3271.9333.53
Hex329318420542A6b4822
Octal622233010201245215311042
Binary110010100100111100010000100101010010101011010111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329318; }

 p { color: rgb(50,147,24); }

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

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

 a { background-color: rgb(50,147,24); }

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

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

 span { border-color: rgb(50,147,24); }

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