#417714

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

Shades of Bilbao #417714

Tints of Bilbao #417714

Color information

#417714 (or 0x417714) is unknown color: approx Bilbao. HEX triplet: 41, 77 and 14. RGB value is (65,119,20). Sum of RGB (Red+Green+Blue) = 65+119+20=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #417714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417714 is #BE88EB. Grayscale: #5B5B5B. Windows color (decimal): -12486892 or 1341249. OLE color: 1341249.

HSL color Cylindrical-coordinate representation of color #417714: hue angle of 92.73º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #417714 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB6511920-
CMYK0.4500.830.53
HSL92.73º71.22%27.25%-
HSV(B)92.73º83.19%46.67%-
XYZ8.914.372.97-
YUV91.5787.61109.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 119 (46.88% from 255) = 58.33%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=31.86%
G=58.33%
B=9.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65119200.4500.830.5392.7371.2227.25
Hex4177142D053355d471b
Octal101167245501236513510733
Binary1000001111011110100101101010100111101011011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417714; }

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

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

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

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

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

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

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

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