#417618

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

Shades of Bilbao #417618

Tints of Bilbao #417618

Color information

#417618 (or 0x417618) is unknown color: approx Bilbao. HEX triplet: 41, 76 and 18. RGB value is (65,118,24). Sum of RGB (Red+Green+Blue) = 65+118+24=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #417618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417618 is #BE89E7. Grayscale: #5B5B5B. Windows color (decimal): -12487144 or 1603137. OLE color: 1603137.

HSL color Cylindrical-coordinate representation of color #417618: hue angle of 93.83º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #417618 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB6511824-
CMYK0.4500.800.54
HSL93.83º66.2%27.84%-
HSV(B)93.83º79.66%46.27%-
XYZ8.8214.153.13-
YUV91.4489.94109.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 118 (46.48% from 255) = 57.00%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=31.40%
G=57.00%
B=11.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118240.4500.800.5493.8366.227.84
Hex4176182D050365e421c
Octal101166305501206613610234
Binary1000001111011011000101101010100001101101011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417618; }

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

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

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

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

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

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

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

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