Html Css Color HEX #329004 Bilbao

📋 copy color: '#329004'

red 50 ◦ green 144 ◦ blue 4

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

Shades of Bilbao #329004

Tints of Bilbao #329004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.02%

R = 25.25%
G = 72.73%
B = 2.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#329004 (or 0x329004) is known color: Bilbao. HEX triplet: 32, 90 and 04. RGB value is (50,144,4). Sum of RGB (Red+Green+Blue) = 50+144+4=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 144 (56.64% from 255 or 72.73% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 144 - color contains mainly: green. Hex color #329004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329004 is #CD6FFB. Grayscale: #646464. Windows color (decimal): -13463548 or 299058. OLE color: 299058.

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

Color convert

RGB 50 144 4 -
CMYK 0.65 0 0.97 0.44
HSL 100.29º 0.95% 0.29% -
HSV(B) 100.29º 0.97% 0.56% -
XYZ 11.31 20.63 3.5 -
YUV 99.93 73.86 92.38 -
System Red Green Blue C M Y K H S L
Decimal 50 144 4 0.65 0 0.97 0.44 100.29 0.95 0.29
Hex 32 90 4 41 0 61 2C 64 5F 1D
Octal 62 220 4 101 0 141 54 144 137 35
Binary 110010 10010000 100 1000001 0 1100001 101100 1100100 1011111 11101

Color Harmonies of #329004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329004

Black with #329004

Text Example


Text Example

White with #329004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329004; }

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

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

background-color css

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

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

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

border-color css

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

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

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