Html Css Color HEX #329002 Bilbao

📋 copy color: '#329002'

red 50 ◦ green 144 ◦ blue 2

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

Shades of Bilbao #329002

Tints of Bilbao #329002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 73.47%

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 25.51%
G = 73.47%
B = 1.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#329002 (or 0x329002) is known color: Bilbao. HEX triplet: 32, 90 and 02. RGB value is (50,144,2). Sum of RGB (Red+Green+Blue) = 50+144+2=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 144 (56.64% from 255 or 73.47% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 144 - color contains mainly: green. Hex color #329002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329002 is #CD6FFD. Grayscale: #646464. Windows color (decimal): -13463550 or 167986. OLE color: 167986.

HSL color Cylindrical-coordinate representation of color #329002: hue angle of 99.72º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #329002 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 2 -
CMYK 0.65 0 0.99 0.44
HSL 99.72º 0.97% 0.29% -
HSV(B) 99.72º 0.99% 0.56% -
XYZ 11.3 20.63 3.44 -
YUV 99.71 72.86 92.55 -
System Red Green Blue C M Y K H S L
Decimal 50 144 2 0.65 0 0.99 0.44 99.72 0.97 0.29
Hex 32 90 2 41 0 63 2C 64 61 1D
Octal 62 220 2 101 0 143 54 144 141 35
Binary 110010 10010000 10 1000001 0 1100011 101100 1100100 1100001 11101

Color Harmonies of #329002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329002

Black with #329002

Text Example


Text Example

White with #329002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329002; }

 p { color: rgb(50,144,2); }

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

background-color css

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

 a { background-color: rgb(50,144,2); }

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

border-color css

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

 span { border-color: rgb(50,144,2); }

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