#417801

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

Shades of Bilbao #417801

Tints of Bilbao #417801

Color information

#417801 (or 0x417801) is unknown color: approx Bilbao. HEX triplet: 41, 78 and 01. RGB value is (65,120,1). Sum of RGB (Red+Green+Blue) = 65+120+1=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 120 (47.27% from 255 or 64.52% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 120 - color contains mainly: green. Hex color #417801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417801 is #BE87FE. Grayscale: #5A5A5A. Windows color (decimal): -12486655 or 96321. OLE color: 96321.

HSL color Cylindrical-coordinate representation of color #417801: hue angle of 87.73º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #417801 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB651201-
CMYK0.4600.990.53
HSL87.73º98.35%23.73%-
HSV(B)87.73º99.17%47.06%-
XYZ8.914.562.37-
YUV89.9977.78110.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 120 (47.27% from 255) = 64.52%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=34.95%
G=64.52%
B=0.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6512010.4600.990.5387.7398.3523.73
Hex417812E06335586218
Octal10117015601436513014230
Binary100000111110001101110011000111101011011000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417801; }

 p { color: rgb(65,120,1); }

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

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

 a { background-color: rgb(65,120,1); }

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

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

 span { border-color: rgb(65,120,1); }

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