#407F17

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

Shades of Bilbao #407F17

Tints of Bilbao #407F17

Color information

#407F17 (or 0x407F17) is unknown color: approx Bilbao. HEX triplet: 40, 7F and 17. RGB value is (64,127,23). Sum of RGB (Red+Green+Blue) = 64+127+23=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #407F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407F17 is #BF80E8. Grayscale: #606060. Windows color (decimal): -12550377 or 1539904. OLE color: 1539904.

HSL color Cylindrical-coordinate representation of color #407F17: hue angle of 96.35º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #407F17 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB6412723-
CMYK0.5000.820.50
HSL96.35º69.33%29.41%-
HSV(B)96.35º81.89%49.8%-
XYZ9.8616.333.44-
YUV96.3186.63104.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 127 (50% from 255) = 59.35%
BLUE value IS 23 (9.38% from 255) = 10.75%
R=29.91%
G=59.35%
B=10.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64127230.5000.820.5096.3569.3329.41
Hex407F17320523260451d
Octal100177276201226214010535
Binary1000000111111110111110010010100101100101100000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407F17; }

 p { color: rgb(64,127,23); }

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

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

 a { background-color: rgb(64,127,23); }

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

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

 span { border-color: rgb(64,127,23); }

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