#417701

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

Shades of Bilbao #417701

Tints of Bilbao #417701

Color information

#417701 (or 0x417701) is unknown color: approx Bilbao. HEX triplet: 41, 77 and 01. RGB value is (65,119,1). Sum of RGB (Red+Green+Blue) = 65+119+1=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 119 (46.88% from 255 or 64.32% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 119 - color contains mainly: green. Hex color #417701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417701 is #BE88FE. Grayscale: #595959. Windows color (decimal): -12486911 or 96065. OLE color: 96065.

HSL color Cylindrical-coordinate representation of color #417701: hue angle of 87.46º 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 #417701 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB651191-
CMYK0.4500.990.53
HSL87.46º98.33%23.53%-
HSV(B)87.46º99.16%46.67%-
XYZ8.7814.322.33-
YUV89.478.11110.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 119 (46.88% from 255) = 64.32%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=35.14%
G=64.32%
B=0.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6511910.4500.990.5387.4698.3323.53
Hex417712D06335576218
Octal10116715501436512714230
Binary100000111101111101101011000111101011010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417701; }

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

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

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

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

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

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

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

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