#418711

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

Shades of Bilbao #418711

Tints of Bilbao #418711

Color information

#418711 (or 0x418711) is unknown color: approx Bilbao. HEX triplet: 41, 87 and 11. RGB value is (65,135,17). Sum of RGB (Red+Green+Blue) = 65+135+17=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 135 (53.12% from 255 or 62.21% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 135 - color contains mainly: green. Hex color #418711 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418711 is #BE78EE. Grayscale: #656565. Windows color (decimal): -12482799 or 1148737. OLE color: 1148737.

HSL color Cylindrical-coordinate representation of color #418711: hue angle of 95.59º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #418711 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB6513517-
CMYK0.5200.870.47
HSL95.59º77.63%29.8%-
HSV(B)95.59º87.41%52.94%-
XYZ10.9518.493.52-
YUV100.6280.81102.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 135 (53.12% from 255) = 62.21%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=29.95%
G=62.21%
B=7.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65135170.5200.870.4795.5977.6329.8
Hex418711340572F604e1e
Octal101207216401275714011636
Binary10000011000011110001110100010101111011111100000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418711; }

 p { color: rgb(65,135,17); }

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

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

 a { background-color: rgb(65,135,17); }

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

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

 span { border-color: rgb(65,135,17); }

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