#328909

Color #328909 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #328909

Tints of Bilbao #328909

Color information

#328909 (or 0x328909) is unknown color: approx Bilbao. HEX triplet: 32, 89 and 09. RGB value is (50,137,9). Sum of RGB (Red+Green+Blue) = 50+137+9=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 137 (53.91% from 255 or 69.90% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 137 - color contains mainly: green. Hex color #328909 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328909 is #CD76F6. Grayscale: #606060. Windows color (decimal): -13465335 or 624946. OLE color: 624946.

HSL color Cylindrical-coordinate representation of color #328909: hue angle of 100.78º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #328909 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB501379-
CMYK0.6400.930.46
HSL100.78º87.67%28.63%-
HSV(B)100.78º93.43%53.73%-
XYZ10.3118.593.3-
YUV96.478.6894.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 137 (53.91% from 255) = 69.90%
BLUE value IS 9 (3.91% from 255) = 4.59%
R=25.51%
G=69.90%
B=4.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5013790.6400.930.46100.7887.6728.63
Hex328994005D2E65581d
Octal622111110001355614513035
Binary1100101000100110011000000010111011011101100101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328909; }

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

 H1.HeaderClassName
 {
   color: #328909;
 }
 .AnyTagClassName
 {
   color: #328909;
 }
</style>
background-color css

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

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

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

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

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

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