#418008

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

Shades of Bilbao #418008

Tints of Bilbao #418008

Color information

#418008 (or 0x418008) is unknown color: approx Bilbao. HEX triplet: 41, 80 and 08. RGB value is (65,128,8). Sum of RGB (Red+Green+Blue) = 65+128+8=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #418008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418008 is #BE7FF7. Grayscale: #5F5F5F. Windows color (decimal): -12484600 or 557121. OLE color: 557121.

HSL color Cylindrical-coordinate representation of color #418008: hue angle of 91.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #418008 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB651288-
CMYK0.4900.940.50
HSL91.5º88.24%26.67%-
HSV(B)91.5º93.75%50.2%-
XYZ9.9416.582.91-
YUV95.4878.63106.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 128 (50.39% from 255) = 63.68%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=32.34%
G=63.68%
B=3.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6512880.4900.940.5091.588.2426.67
Hex418083105E325c581b
Octal101200106101366213413033
Binary1000001100000001000110001010111101100101011100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418008; }

 p { color: rgb(65,128,8); }

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

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

 a { background-color: rgb(65,128,8); }

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

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

 span { border-color: rgb(65,128,8); }

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