#307711

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

Shades of Bilbao #307711

Tints of Bilbao #307711

Color information

#307711 (or 0x307711) is unknown color: approx Bilbao. HEX triplet: 30, 77 and 11. RGB value is (48,119,17). Sum of RGB (Red+Green+Blue) = 48+119+17=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 119 (46.88% from 255 or 64.67% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 119 - color contains mainly: green. Hex color #307711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307711 is #CF88EE. Grayscale: #565656. Windows color (decimal): -13601007 or 1144624. OLE color: 1144624.

HSL color Cylindrical-coordinate representation of color #307711: hue angle of 101.76º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #307711 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB4811917-
CMYK0.6000.860.53
HSL101.76º75%26.67%-
HSV(B)101.76º85.71%46.67%-
XYZ7.9213.862.79-
YUV86.1488.98100.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 119 (46.88% from 255) = 64.67%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=26.09%
G=64.67%
B=9.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119170.6000.860.53101.767526.67
Hex3077113C05635664b1b
Octal60167217401266514611333
Binary110000111011110001111100010101101101011100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307711; }

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

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

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

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

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

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

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

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