#417616

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

Shades of Bilbao #417616

Tints of Bilbao #417616

Color information

#417616 (or 0x417616) is unknown color: approx Bilbao. HEX triplet: 41, 76 and 16. RGB value is (65,118,22). Sum of RGB (Red+Green+Blue) = 65+118+22=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #417616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417616 is #BE89E9. Grayscale: #5B5B5B. Windows color (decimal): -12487146 or 1472065. OLE color: 1472065.

HSL color Cylindrical-coordinate representation of color #417616: hue angle of 93.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #417616 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB6511822-
CMYK0.4500.810.54
HSL93.12º68.57%27.45%-
HSV(B)93.12º81.36%46.27%-
XYZ8.814.143.02-
YUV91.2188.94109.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=31.71%
G=57.56%
B=10.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118220.4500.810.5493.1268.5727.45
Hex4176162D051365d451b
Octal101166265501216613510533
Binary1000001111011010110101101010100011101101011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417616; }

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

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

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

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

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

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

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

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