Html Css Color HEX #328609 Bilbao

📋 copy color: '#328609'

red 50 ◦ green 134 ◦ blue 9

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

Shades of Bilbao #328609

Tints of Bilbao #328609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 69.43%

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

R = 25.91%
G = 69.43%
B = 4.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#328609 (or 0x328609) is known color: Bilbao. HEX triplet: 32, 86 and 09. RGB value is (50,134,9). Sum of RGB (Red+Green+Blue) = 50+134+9=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #328609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328609 is #CD79F6. Grayscale: #5F5F5F. Windows color (decimal): -13466103 or 624178. OLE color: 624178.

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

Color convert

RGB 50 134 9 -
CMYK 0.63 0 0.93 0.47
HSL 100.32º 0.87% 0.28% -
HSV(B) 100.32º 0.93% 0.53% -
XYZ 9.89 17.75 3.16 -
YUV 94.63 79.67 96.16 -
System Red Green Blue C M Y K H S L
Decimal 50 134 9 0.63 0 0.93 0.47 100.32 0.87 0.28
Hex 32 86 9 3F 0 5D 2F 64 57 1C
Octal 62 206 11 77 0 135 57 144 127 34
Binary 110010 10000110 1001 111111 0 1011101 101111 1100100 1010111 11100

Color Harmonies of #328609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328609

Black with #328609

Text Example


Text Example

White with #328609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328609; }

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

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

background-color css

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

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

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

border-color css

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

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

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