#417602

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

Shades of Bilbao #417602

Tints of Bilbao #417602

Color information

#417602 (or 0x417602) is unknown color: approx Bilbao. HEX triplet: 41, 76 and 02. RGB value is (65,118,2). Sum of RGB (Red+Green+Blue) = 65+118+2=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 118 (46.48% from 255 or 63.78% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 118 - color contains mainly: green. Hex color #417602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417602 is #BE89FD. Grayscale: #595959. Windows color (decimal): -12487166 or 161345. OLE color: 161345.

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

Color convert

RGB651182-
CMYK0.4500.980.54
HSL87.41º96.67%23.53%-
HSV(B)87.41º98.31%46.27%-
XYZ8.6714.092.32-
YUV88.9378.94110.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 118 (46.48% from 255) = 63.78%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=35.14%
G=63.78%
B=1.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6511820.4500.980.5487.4196.6723.53
Hex417622D06236576118
Octal10116625501426612714130
Binary1000001111011010101101011000101101101010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417602; }

 p { color: rgb(65,118,2); }

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

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

 a { background-color: rgb(65,118,2); }

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

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

 span { border-color: rgb(65,118,2); }

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