#307411

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

Shades of Bilbao #307411

Tints of Bilbao #307411

Color information

#307411 (or 0x307411) is unknown color: approx Bilbao. HEX triplet: 30, 74 and 11. RGB value is (48,116,17). Sum of RGB (Red+Green+Blue) = 48+116+17=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #307411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307411 is #CF8BEE. Grayscale: #545454. Windows color (decimal): -13601775 or 1143856. OLE color: 1143856.

HSL color Cylindrical-coordinate representation of color #307411: hue angle of 101.21º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #307411 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB4811617-
CMYK0.5900.850.55
HSL101.21º74.44%26.08%-
HSV(B)101.21º85.34%45.49%-
XYZ7.5713.162.67-
YUV84.3889.97102.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 116 (45.70% from 255) = 64.09%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=26.52%
G=64.09%
B=9.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116170.5900.850.55101.2174.4426.08
Hex3074113B05537654a1a
Octal60164217301256714511232
Binary110000111010010001111011010101011101111100101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307411; }

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

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

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

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

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

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

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

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