Html Css Color HEX #329312 La Palma

📋 copy color: '#329312'

red 50 ◦ green 147 ◦ blue 18

#329312
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #329312

Tints of La Palma #329312

RGB

 RED value IS 50 (19.92% from 255) = 23.26%

 GREEN value IS 147 (57.81% from 255) = 68.37%

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 23.26%
G = 68.37%
B = 8.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#329312 (or 0x329312) is known color: La Palma. HEX triplet: 32, 93 and 12. RGB value is (50,147,18). Sum of RGB (Red+Green+Blue) = 50+147+18=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 147 (57.81% from 255 or 68.37% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 147 - color contains mainly: green. Hex color #329312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329312 is #CD6CED. Grayscale: #676767. Windows color (decimal): -13462766 or 1217330. OLE color: 1217330.

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

Color convert

RGB 50 147 18 -
CMYK 0.66 0 0.88 0.42
HSL 105.12º 0.78% 0.32% -
HSV(B) 105.12º 0.88% 0.58% -
XYZ 11.86 21.59 4.11 -
YUV 103.29 79.86 89.99 -
System Red Green Blue C M Y K H S L
Decimal 50 147 18 0.66 0 0.88 0.42 105.12 0.78 0.32
Hex 32 93 12 42 0 58 2A 69 4E 20
Octal 62 223 22 102 0 130 52 151 116 40
Binary 110010 10010011 10010 1000010 0 1011000 101010 1101001 1001110 100000

Color Harmonies of #329312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329312

Black with #329312

Text Example


Text Example

White with #329312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329312; }

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

 H1.HeaderClassName
 {
   color: #329312;
 }
 .AnyTagClassName
 {
   color: #329312;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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