#418004

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

Shades of Bilbao #418004

Tints of Bilbao #418004

Color information

#418004 (or 0x418004) is unknown color: approx Bilbao. HEX triplet: 41, 80 and 04. RGB value is (65,128,4). Sum of RGB (Red+Green+Blue) = 65+128+4=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 128 (50.39% from 255 or 64.97% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 128 - color contains mainly: green. Hex color #418004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418004 is #BE7FFB. Grayscale: #5F5F5F. Windows color (decimal): -12484604 or 294977. OLE color: 294977.

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

Color convert

RGB651284-
CMYK0.4900.970.50
HSL90.48º93.94%25.88%-
HSV(B)90.48º96.88%50.2%-
XYZ9.9216.572.79-
YUV95.0376.63106.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 128 (50.39% from 255) = 64.97%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=32.99%
G=64.97%
B=2.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6512840.4900.970.5090.4893.9425.88
Hex4180431061325a5e1a
Octal10120046101416213213632
Binary100000110000000100110001011000011100101011010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418004; }

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

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

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

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

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

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

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

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