#418801

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

Shades of Bilbao #418801

Tints of Bilbao #418801

Color information

#418801 (or 0x418801) is unknown color: approx Bilbao. HEX triplet: 41, 88 and 01. RGB value is (65,136,1). Sum of RGB (Red+Green+Blue) = 65+136+1=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #418801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418801 is #BE77FE. Grayscale: #636363. Windows color (decimal): -12482559 or 100417. OLE color: 100417.

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

Color convert

RGB651361-
CMYK0.5200.990.47
HSL91.56º98.54%26.86%-
HSV(B)91.56º99.26%53.33%-
XYZ10.9918.733.07-
YUV99.3872.48103.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 136 (53.52% from 255) = 67.33%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=32.18%
G=67.33%
B=0.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6513610.5200.990.4791.5698.5426.86
Hex41881340632F5c631b
Octal10121016401435713414333
Binary1000001100010001110100011000111011111011100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418801; }

 p { color: rgb(65,136,1); }

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

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

 a { background-color: rgb(65,136,1); }

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

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

 span { border-color: rgb(65,136,1); }

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