Html Css Color HEX #329005 Bilbao

📋 copy color: '#329005'

red 50 ◦ green 144 ◦ blue 5

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

Shades of Bilbao #329005

Tints of Bilbao #329005

RGB

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

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

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

R = 25.13%
G = 72.36%
B = 2.51%

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

#329005 (or 0x329005) is known color: Bilbao. HEX triplet: 32, 90 and 05. RGB value is (50,144,5). Sum of RGB (Red+Green+Blue) = 50+144+5=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 144 (56.64% from 255 or 72.36% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 144 - color contains mainly: green. Hex color #329005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329005 is #CD6FFA. Grayscale: #646464. Windows color (decimal): -13463547 or 364594. OLE color: 364594.

HSL color Cylindrical-coordinate representation of color #329005: hue angle of 100.58º degrees, saturation: 0.93, 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 #329005 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 5 -
CMYK 0.65 0 0.97 0.44
HSL 100.58º 0.93% 0.29% -
HSV(B) 100.58º 0.97% 0.56% -
XYZ 11.32 20.64 3.53 -
YUV 100.05 74.36 92.3 -
System Red Green Blue C M Y K H S L
Decimal 50 144 5 0.65 0 0.97 0.44 100.58 0.93 0.29
Hex 32 90 5 41 0 61 2C 65 5D 1D
Octal 62 220 5 101 0 141 54 145 135 35
Binary 110010 10010000 101 1000001 0 1100001 101100 1100101 1011101 11101

Color Harmonies of #329005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329005

Black with #329005

Text Example


Text Example

White with #329005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329005; }

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

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

background-color css

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

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

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

border-color css

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

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

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