#307113

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

Shades of Bilbao #307113

Tints of Bilbao #307113

Color information

#307113 (or 0x307113) is unknown color: approx Bilbao. HEX triplet: 30, 71 and 13. RGB value is (48,113,19). Sum of RGB (Red+Green+Blue) = 48+113+19=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #307113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307113 is #CF8EEC. Grayscale: #535353. Windows color (decimal): -13602541 or 1274160. OLE color: 1274160.

HSL color Cylindrical-coordinate representation of color #307113: hue angle of 101.49º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #307113 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB4811319-
CMYK0.5800.830.56
HSL101.49º71.21%25.88%-
HSV(B)101.49º83.19%44.31%-
XYZ7.2412.492.64-
YUV82.8591.97103.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 113 (44.53% from 255) = 62.78%
BLUE value IS 19 (7.81% from 255) = 10.56%
R=26.67%
G=62.78%
B=10.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113190.5800.830.56101.4971.2125.88
Hex3071133A0533865471a
Octal60161237201237014510732
Binary110000111000110011111010010100111110001100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307113; }

 p { color: rgb(48,113,19); }

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

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

 a { background-color: rgb(48,113,19); }

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

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

 span { border-color: rgb(48,113,19); }

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