#417E20

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

Shades of Bilbao #417E20

Tints of Bilbao #417E20

Color information

#417E20 (or 0x417E20) is unknown color: approx Bilbao. HEX triplet: 41, 7E and 20. RGB value is (65,126,32). Sum of RGB (Red+Green+Blue) = 65+126+32=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #417E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417E20 is #BE81DF. Grayscale: #616161. Windows color (decimal): -12485088 or 2129473. OLE color: 2129473.

HSL color Cylindrical-coordinate representation of color #417E20: hue angle of 98.94º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #417E20 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB6512632-
CMYK0.4800.750.51
HSL98.94º59.49%30.98%-
HSV(B)98.94º74.6%49.41%-
XYZ9.916.153.96-
YUV97.0491.29105.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 126 (49.61% from 255) = 56.50%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=29.15%
G=56.50%
B=14.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65126320.4800.750.5198.9459.4930.98
Hex417E203004B33633b1f
Octal10117640600113631437337
Binary1000001111111010000011000001001011110011110001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417E20; }

 p { color: rgb(65,126,32); }

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

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

 a { background-color: rgb(65,126,32); }

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

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

 span { border-color: rgb(65,126,32); }

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