#417B20

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

Shades of Bilbao #417B20

Tints of Bilbao #417B20

Color information

#417B20 (or 0x417B20) is unknown color: approx Bilbao. HEX triplet: 41, 7B and 20. RGB value is (65,123,32). Sum of RGB (Red+Green+Blue) = 65+123+32=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #417B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417B20 is #BE84DF. Grayscale: #5F5F5F. Windows color (decimal): -12485856 or 2128705. OLE color: 2128705.

HSL color Cylindrical-coordinate representation of color #417B20: hue angle of 98.24º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #417B20 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB6512332-
CMYK0.4700.740.52
HSL98.24º58.71%30.39%-
HSV(B)98.24º73.98%48.24%-
XYZ9.5215.393.84-
YUV95.2892.28106.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 123 (48.44% from 255) = 55.91%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=29.55%
G=55.91%
B=14.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65123320.4700.740.5298.2458.7130.39
Hex417B202F04A34623b1e
Octal10117340570112641427336
Binary1000001111101110000010111101001010110100110001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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