#417512

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

Shades of Bilbao #417512

Tints of Bilbao #417512

Color information

#417512 (or 0x417512) is unknown color: approx Bilbao. HEX triplet: 41, 75 and 12. RGB value is (65,117,18). Sum of RGB (Red+Green+Blue) = 65+117+18=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #417512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417512 is #BE8AED. Grayscale: #5A5A5A. Windows color (decimal): -12487406 or 1209665. OLE color: 1209665.

HSL color Cylindrical-coordinate representation of color #417512: hue angle of 91.52º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #417512 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB6511718-
CMYK0.4400.850.54
HSL91.52º73.33%26.47%-
HSV(B)91.52º84.62%45.88%-
XYZ8.6513.892.8-
YUV90.1787.27110.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 117 (46.09% from 255) = 58.5%
BLUE value IS 18 (7.42% from 255) = 9%
R=32.5%
G=58.5%
B=9%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65117180.4400.850.5491.5273.3326.47
Hex4175122C055365c491a
Octal101165225401256613411132
Binary1000001111010110010101100010101011101101011100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417512; }

 p { color: rgb(65,117,18); }

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

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

 a { background-color: rgb(65,117,18); }

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

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

 span { border-color: rgb(65,117,18); }

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