#417116

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

Shades of Bilbao #417116

Tints of Bilbao #417116

Color information

#417116 (or 0x417116) is unknown color: approx Bilbao. HEX triplet: 41, 71 and 16. RGB value is (65,113,22). Sum of RGB (Red+Green+Blue) = 65+113+22=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #417116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417116 is #BE8EE9. Grayscale: #585858. Windows color (decimal): -12488426 or 1470785. OLE color: 1470785.

HSL color Cylindrical-coordinate representation of color #417116: hue angle of 91.65º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #417116 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB6511322-
CMYK0.4200.810.56
HSL91.65º67.41%26.47%-
HSV(B)91.65º80.53%44.31%-
XYZ8.2312.992.83-
YUV88.2790.6111.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 113 (44.53% from 255) = 56.5%
BLUE value IS 22 (8.98% from 255) = 11%
R=32.5%
G=56.5%
B=11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65113220.4200.810.5691.6567.4126.47
Hex4171162A051385c431a
Octal101161265201217013410332
Binary1000001111000110110101010010100011110001011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417116; }

 p { color: rgb(65,113,22); }

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

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

 a { background-color: rgb(65,113,22); }

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

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

 span { border-color: rgb(65,113,22); }

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