#306411

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

Shades of Bilbao #306411

Tints of Bilbao #306411

Color information

#306411 (or 0x306411) is unknown color: approx Bilbao. HEX triplet: 30, 64 and 11. RGB value is (48,100,17). Sum of RGB (Red+Green+Blue) = 48+100+17=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 100 (39.45% from 255 or 60.61% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 100 - color contains mainly: green. Hex color #306411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306411 is #CF9BEE. Grayscale: #4B4B4B. Windows color (decimal): -13605871 or 1139760. OLE color: 1139760.

HSL color Cylindrical-coordinate representation of color #306411: hue angle of 97.59º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #306411 is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB4810017-
CMYK0.5200.830.61
HSL97.59º70.94%22.94%-
HSV(B)97.59º83%39.22%-
XYZ5.889.782.11-
YUV74.9995.27108.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 100 (39.45% from 255) = 60.61%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=29.09%
G=60.61%
B=10.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48100170.5200.830.6197.5970.9422.94
Hex306411340533D624717
Octal60144216401237514210727
Binary110000110010010001110100010100111111011100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306411; }

 p { color: rgb(48,100,17); }

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

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

 a { background-color: rgb(48,100,17); }

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

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

 span { border-color: rgb(48,100,17); }

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