#328509

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

Shades of Bilbao #328509

Tints of Bilbao #328509

Color information

#328509 (or 0x328509) is unknown color: approx Bilbao. HEX triplet: 32, 85 and 09. RGB value is (50,133,9). Sum of RGB (Red+Green+Blue) = 50+133+9=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 133 (52.34% from 255 or 69.27% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 133 - color contains mainly: green. Hex color #328509 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328509 is #CD7AF6. Grayscale: #5E5E5E. Windows color (decimal): -13466359 or 623922. OLE color: 623922.

HSL color Cylindrical-coordinate representation of color #328509: hue angle of 100.16º 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 #328509 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB501339-
CMYK0.6200.930.48
HSL100.16º87.32%27.84%-
HSV(B)100.16º93.23%52.16%-
XYZ9.7517.473.12-
YUV94.058096.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 133 (52.34% from 255) = 69.27%
BLUE value IS 9 (3.91% from 255) = 4.69%
R=26.04%
G=69.27%
B=4.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5013390.6200.930.48100.1687.3227.84
Hex328593E05D3064571c
Octal62205117601356014412734
Binary110010100001011001111110010111011100001100100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328509; }

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

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

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

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

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

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

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

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