#327512

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

Shades of Bilbao #327512

Tints of Bilbao #327512

Color information

#327512 (or 0x327512) is unknown color: approx Bilbao. HEX triplet: 32, 75 and 12. RGB value is (50,117,18). Sum of RGB (Red+Green+Blue) = 50+117+18=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #327512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327512 is #CD8AED. Grayscale: #565656. Windows color (decimal): -13470446 or 1209650. OLE color: 1209650.

HSL color Cylindrical-coordinate representation of color #327512: hue angle of 100.61º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #327512 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB5011718-
CMYK0.5700.850.54
HSL100.61º73.33%26.47%-
HSV(B)100.61º84.62%45.88%-
XYZ7.7913.442.76-
YUV85.6889.8102.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 117 (46.09% from 255) = 63.24%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=27.03%
G=63.24%
B=9.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117180.5700.850.54100.6173.3326.47
Hex327512390553665491a
Octal62165227101256614511132
Binary110010111010110010111001010101011101101100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327512; }

 p { color: rgb(50,117,18); }

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

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

 a { background-color: rgb(50,117,18); }

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

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

 span { border-color: rgb(50,117,18); }

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