#306B19

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

Shades of Bilbao #306B19

Tints of Bilbao #306B19

Color information

#306B19 (or 0x306B19) is unknown color: approx Bilbao. HEX triplet: 30, 6B and 19. RGB value is (48,107,25). Sum of RGB (Red+Green+Blue) = 48+107+25=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #306B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306B19 is #CF94E6. Grayscale: #505050. Windows color (decimal): -13604071 or 1665840. OLE color: 1665840.

HSL color Cylindrical-coordinate representation of color #306B19: hue angle of 103.17º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #306B19 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB4810725-
CMYK0.5500.770.58
HSL103.17º62.12%25.88%-
HSV(B)103.17º76.64%41.96%-
XYZ6.6511.212.73-
YUV80.0196.95105.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 107 (42.19% from 255) = 59.44%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=26.67%
G=59.44%
B=13.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107250.5500.770.58103.1762.1225.88
Hex306B193704D3A673e1a
Octal6015331670115721477632
Binary11000011010111100111011101001101111010110011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306B19; }

 p { color: rgb(48,107,25); }

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

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

 a { background-color: rgb(48,107,25); }

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

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

 span { border-color: rgb(48,107,25); }

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