Html Css Color HEX #329301 Bilbao

📋 copy color: '#329301'

red 50 ◦ green 147 ◦ blue 1

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

Shades of Bilbao #329301

Tints of Bilbao #329301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 25.25%
G = 74.24%
B = 0.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#329301 (or 0x329301) is known color: Bilbao. HEX triplet: 32, 93 and 01. RGB value is (50,147,1). Sum of RGB (Red+Green+Blue) = 50+147+1=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 147 (57.81% from 255 or 74.24% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 147 - color contains mainly: green. Hex color #329301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329301 is #CD6CFE. Grayscale: #656565. Windows color (decimal): -13462783 or 103218. OLE color: 103218.

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

Color convert

RGB 50 147 1 -
CMYK 0.66 0 0.99 0.42
HSL 99.86º 0.99% 0.29% -
HSV(B) 99.86º 0.99% 0.58% -
XYZ 11.75 21.55 3.57 -
YUV 101.35 71.36 91.37 -
System Red Green Blue C M Y K H S L
Decimal 50 147 1 0.66 0 0.99 0.42 99.86 0.99 0.29
Hex 32 93 1 42 0 63 2A 64 63 1D
Octal 62 223 1 102 0 143 52 144 143 35
Binary 110010 10010011 1 1000010 0 1100011 101010 1100100 1100011 11101

Color Harmonies of #329301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329301

Black with #329301

Text Example


Text Example

White with #329301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329301; }

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

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

background-color css

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

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

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

border-color css

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

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

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