#418505

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

Shades of Bilbao #418505

Tints of Bilbao #418505

Color information

#418505 (or 0x418505) is unknown color: approx Bilbao. HEX triplet: 41, 85 and 05. RGB value is (65,133,5). Sum of RGB (Red+Green+Blue) = 65+133+5=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #418505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418505 is #BE7AFA. Grayscale: #626262. Windows color (decimal): -12483323 or 361793. OLE color: 361793.

HSL color Cylindrical-coordinate representation of color #418505: hue angle of 91.88º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #418505 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB651335-
CMYK0.5100.960.48
HSL91.88º92.75%27.06%-
HSV(B)91.88º96.24%52.16%-
XYZ10.5917.913.04-
YUV98.0875.47104.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 133 (52.34% from 255) = 65.52%
BLUE value IS 5 (2.34% from 255) = 2.46%
R=32.02%
G=65.52%
B=2.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6513350.5100.960.4891.8892.7527.06
Hex4185533060305c5d1b
Octal10120556301406013413533
Binary100000110000101101110011011000001100001011100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418505; }

 p { color: rgb(65,133,5); }

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

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

 a { background-color: rgb(65,133,5); }

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

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

 span { border-color: rgb(65,133,5); }

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