#417613

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

Shades of Bilbao #417613

Tints of Bilbao #417613

Color information

#417613 (or 0x417613) is unknown color: approx Bilbao. HEX triplet: 41, 76 and 13. RGB value is (65,118,19). Sum of RGB (Red+Green+Blue) = 65+118+19=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #417613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417613 is #BE89EC. Grayscale: #5B5B5B. Windows color (decimal): -12487149 or 1275457. OLE color: 1275457.

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

Color convert

RGB6511819-
CMYK0.4500.840.54
HSL92.12º72.26%26.86%-
HSV(B)92.12º83.9%46.27%-
XYZ8.7814.132.88-
YUV90.8787.44109.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 118 (46.48% from 255) = 58.42%
BLUE value IS 19 (7.81% from 255) = 9.41%
R=32.18%
G=58.42%
B=9.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118190.4500.840.5492.1272.2626.86
Hex4176132D054365c481b
Octal101166235501246613411033
Binary1000001111011010011101101010101001101101011100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417613; }

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

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

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

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

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

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

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

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