#327F09

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

Shades of Bilbao #327F09

Tints of Bilbao #327F09

Color information

#327F09 (or 0x327F09) is unknown color: approx Bilbao. HEX triplet: 32, 7F and 09. RGB value is (50,127,9). Sum of RGB (Red+Green+Blue) = 50+127+9=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 127 (50% from 255 or 68.28% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 127 - color contains mainly: green. Hex color #327F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327F09 is #CD80F6. Grayscale: #5A5A5A. Windows color (decimal): -13467895 or 622386. OLE color: 622386.

HSL color Cylindrical-coordinate representation of color #327F09: hue angle of 99.15º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #327F09 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB501279-
CMYK0.6100.930.50
HSL99.15º86.76%26.67%-
HSV(B)99.15º92.91%49.8%-
XYZ8.9515.882.85-
YUV90.5281.9999.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 127 (50% from 255) = 68.28%
BLUE value IS 9 (3.91% from 255) = 4.84%
R=26.88%
G=68.28%
B=4.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5012790.6100.930.5099.1586.7626.67
Hex327F93D05D3263571b
Octal62177117501356214312733
Binary11001011111111001111101010111011100101100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327F09; }

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

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

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

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

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

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

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

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