#417126

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

Shades of Bilbao #417126

Tints of Bilbao #417126

Color information

#417126 (or 0x417126) is unknown color: approx Bilbao. HEX triplet: 41, 71 and 26. RGB value is (65,113,38). Sum of RGB (Red+Green+Blue) = 65+113+38=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #417126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417126 is #BE8ED9. Grayscale: #5A5A5A. Windows color (decimal): -12488410 or 2519361. OLE color: 2519361.

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

Color convert

RGB6511338-
CMYK0.4200.660.56
HSL98.4º49.67%29.61%-
HSV(B)98.4º66.37%44.31%-
XYZ8.4313.073.91-
YUV90.198.6110.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=30.09%
G=52.31%
B=17.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65113380.4200.660.5698.449.6729.61
Hex4171262A0423862321e
Octal10116146520102701426236
Binary1000001111000110011010101001000010111000110001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417126; }

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

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

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

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

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

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

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

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