Html Css Color HEX #329003 Bilbao

📋 copy color: '#329003'

red 50 ◦ green 144 ◦ blue 3

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

Shades of Bilbao #329003

Tints of Bilbao #329003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 25.38%
G = 73.1%
B = 1.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#329003 (or 0x329003) is known color: Bilbao. HEX triplet: 32, 90 and 03. RGB value is (50,144,3). Sum of RGB (Red+Green+Blue) = 50+144+3=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 144 (56.64% from 255 or 73.10% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 144 - color contains mainly: green. Hex color #329003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329003 is #CD6FFC. Grayscale: #646464. Windows color (decimal): -13463549 or 233522. OLE color: 233522.

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

Color convert

RGB 50 144 3 -
CMYK 0.65 0 0.98 0.44
HSL 100º 0.96% 0.29% -
HSV(B) 100º 0.98% 0.56% -
XYZ 11.31 20.63 3.47 -
YUV 99.82 73.36 92.46 -
System Red Green Blue C M Y K H S L
Decimal 50 144 3 0.65 0 0.98 0.44 100 0.96 0.29
Hex 32 90 3 41 0 62 2C 64 60 1D
Octal 62 220 3 101 0 142 54 144 140 35
Binary 110010 10010000 11 1000001 0 1100010 101100 1100100 1100000 11101

Color Harmonies of #329003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329003

Black with #329003

Text Example


Text Example

White with #329003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329003; }

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

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

background-color css

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

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

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

border-color css

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

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

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