Html Css Color HEX #329412 La Palma

📋 copy color: '#329412'

red 50 ◦ green 148 ◦ blue 18

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

Shades of La Palma #329412

Tints of La Palma #329412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 68.52%

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

R = 23.15%
G = 68.52%
B = 8.33%

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

#329412 (or 0x329412) is known color: La Palma. HEX triplet: 32, 94 and 12. RGB value is (50,148,18). Sum of RGB (Red+Green+Blue) = 50+148+18=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 148 (58.20% from 255 or 68.52% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 148 - color contains mainly: green. Hex color #329412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329412 is #CD6BED. Grayscale: #686868. Windows color (decimal): -13462510 or 1217586. OLE color: 1217586.

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

Color convert

RGB 50 148 18 -
CMYK 0.66 0 0.88 0.42
HSL 105.23º 0.78% 0.33% -
HSV(B) 105.23º 0.88% 0.58% -
XYZ 12.01 21.9 4.17 -
YUV 103.88 79.53 89.57 -
System Red Green Blue C M Y K H S L
Decimal 50 148 18 0.66 0 0.88 0.42 105.23 0.78 0.33
Hex 32 94 12 42 0 58 2A 69 4E 21
Octal 62 224 22 102 0 130 52 151 116 41
Binary 110010 10010100 10010 1000010 0 1011000 101010 1101001 1001110 100001

Color Harmonies of #329412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329412

Black with #329412

Text Example


Text Example

White with #329412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329412; }

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

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

background-color css

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

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

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

border-color css

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

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

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