Html Css Color HEX #328409 Bilbao

📋 copy color: '#328409'

red 50 ◦ green 132 ◦ blue 9

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

Shades of Bilbao #328409

Tints of Bilbao #328409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 69.11%

 BLUE value IS 9 (3.91% from 255) = 4.71%

R = 26.18%
G = 69.11%
B = 4.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#328409 (or 0x328409) is known color: Bilbao. HEX triplet: 32, 84 and 09. RGB value is (50,132,9). Sum of RGB (Red+Green+Blue) = 50+132+9=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 132 (51.95% from 255 or 69.11% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 132 - color contains mainly: green. Hex color #328409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328409 is #CD7BF6. Grayscale: #5D5D5D. Windows color (decimal): -13466615 or 623666. OLE color: 623666.

HSL color Cylindrical-coordinate representation of color #328409: hue angle of 100º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #328409 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 9 -
CMYK 0.62 0 0.93 0.48
HSL 100º 0.87% 0.28% -
HSV(B) 100º 0.93% 0.52% -
XYZ 9.62 17.2 3.07 -
YUV 93.46 80.33 97 -
System Red Green Blue C M Y K H S L
Decimal 50 132 9 0.62 0 0.93 0.48 100 0.87 0.28
Hex 32 84 9 3E 0 5D 30 64 57 1C
Octal 62 204 11 76 0 135 60 144 127 34
Binary 110010 10000100 1001 111110 0 1011101 110000 1100100 1010111 11100

Color Harmonies of #328409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328409

Black with #328409

Text Example


Text Example

White with #328409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328409; }

 p { color: rgb(50,132,9); }

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

background-color css

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

 a { background-color: rgb(50,132,9); }

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

border-color css

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

 span { border-color: rgb(50,132,9); }

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