Html Css Color HEX #329B05 La Palma

📋 copy color: '#329B05'

red 50 ◦ green 155 ◦ blue 5

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

Shades of La Palma #329B05

Tints of La Palma #329B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 73.81%

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 23.81%
G = 73.81%
B = 2.38%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#329B05 (or 0x329B05) is known color: La Palma. HEX triplet: 32, 9B and 05. RGB value is (50,155,5). Sum of RGB (Red+Green+Blue) = 50+155+5=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 155 (60.94% from 255 or 73.81% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 155 - color contains mainly: green. Hex color #329B05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329B05 is #CD64FA. Grayscale: #6A6A6A. Windows color (decimal): -13460731 or 367410. OLE color: 367410.

HSL color Cylindrical-coordinate representation of color #329B05: hue angle of 102º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #329B05 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 5 -
CMYK 0.68 0 0.97 0.39
HSL 102º 0.94% 0.31% -
HSV(B) 102º 0.97% 0.61% -
XYZ 13.06 24.13 4.11 -
YUV 106.51 70.71 87.7 -
System Red Green Blue C M Y K H S L
Decimal 50 155 5 0.68 0 0.97 0.39 102 0.94 0.31
Hex 32 9B 5 44 0 61 27 66 5E 1F
Octal 62 233 5 104 0 141 47 146 136 37
Binary 110010 10011011 101 1000100 0 1100001 100111 1100110 1011110 11111

Color Harmonies of #329B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B05

Black with #329B05

Text Example


Text Example

White with #329B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,155,5); }

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

background-color css

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

 a { background-color: rgb(50,155,5); }

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

border-color css

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

 span { border-color: rgb(50,155,5); }

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