#327010

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

Shades of Bilbao #327010

Tints of Bilbao #327010

Color information

#327010 (or 0x327010) is unknown color: approx Bilbao. HEX triplet: 32, 70 and 10. RGB value is (50,112,16). Sum of RGB (Red+Green+Blue) = 50+112+16=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #327010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327010 is #CD8FEF. Grayscale: #525252. Windows color (decimal): -13471728 or 1077298. OLE color: 1077298.

HSL color Cylindrical-coordinate representation of color #327010: hue angle of 98.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #327010 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB5011216-
CMYK0.5500.860.56
HSL98.75º75%25.1%-
HSV(B)98.75º85.71%43.92%-
XYZ7.212.32.49-
YUV82.5290.46104.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 112 (44.14% from 255) = 62.92%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=28.09%
G=62.92%
B=8.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112160.5500.860.5698.757525.1
Hex3270103705638634b19
Octal62160206701267014311331
Binary110010111000010000110111010101101110001100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327010; }

 p { color: rgb(50,112,16); }

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

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

 a { background-color: rgb(50,112,16); }

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

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

 span { border-color: rgb(50,112,16); }

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