Html Css Color HEX #329D13 La Palma

📋 copy color: '#329D13'

red 50 ◦ green 157 ◦ blue 19

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

Shades of La Palma #329D13

Tints of La Palma #329D13

RGB

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

 GREEN value IS 157 (61.72% from 255) = 69.47%

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 22.12%
G = 69.47%
B = 8.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#329D13 (or 0x329D13) is known color: La Palma. HEX triplet: 32, 9D and 13. RGB value is (50,157,19). Sum of RGB (Red+Green+Blue) = 50+157+19=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 157 (61.72% from 255 or 69.47% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 157 - color contains mainly: green. Hex color #329D13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329D13 is #CD62EC. Grayscale: #6D6D6D. Windows color (decimal): -13460205 or 1285426. OLE color: 1285426.

HSL color Cylindrical-coordinate representation of color #329D13: hue angle of 106.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #329D13 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 157 19 -
CMYK 0.68 0 0.88 0.38
HSL 106.52º 0.78% 0.35% -
HSV(B) 106.52º 0.88% 0.62% -
XYZ 13.49 24.84 4.7 -
YUV 109.28 77.05 85.72 -
System Red Green Blue C M Y K H S L
Decimal 50 157 19 0.68 0 0.88 0.38 106.52 0.78 0.35
Hex 32 9D 13 44 0 58 26 6B 4E 23
Octal 62 235 23 104 0 130 46 153 116 43
Binary 110010 10011101 10011 1000100 0 1011000 100110 1101011 1001110 100011

Color Harmonies of #329D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D13

Black with #329D13

Text Example


Text Example

White with #329D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329D13; }

 p { color: rgb(50,157,19); }

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

background-color css

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

 a { background-color: rgb(50,157,19); }

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

border-color css

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

 span { border-color: rgb(50,157,19); }

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