#418206

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

Shades of Bilbao #418206

Tints of Bilbao #418206

Color information

#418206 (or 0x418206) is unknown color: approx Bilbao. HEX triplet: 41, 82 and 06. RGB value is (65,130,6). Sum of RGB (Red+Green+Blue) = 65+130+6=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #418206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418206 is #BE7DF9. Grayscale: #606060. Windows color (decimal): -12484090 or 426561. OLE color: 426561.

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

Color convert

RGB651306-
CMYK0.5000.950.49
HSL91.45º91.18%26.67%-
HSV(B)91.45º95.38%50.98%-
XYZ10.217.12.94-
YUV96.4376.97105.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 130 (51.17% from 255) = 64.68%
BLUE value IS 6 (2.73% from 255) = 2.99%
R=32.34%
G=64.68%
B=2.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6513060.5000.950.4991.4591.1826.67
Hex418263205F315b5b1b
Octal10120266201376113313333
Binary100000110000010110110010010111111100011011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418206; }

 p { color: rgb(65,130,6); }

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

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

 a { background-color: rgb(65,130,6); }

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

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

 span { border-color: rgb(65,130,6); }

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