#407623

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

Shades of Bilbao #407623

Tints of Bilbao #407623

Color information

#407623 (or 0x407623) is unknown color: approx Bilbao. HEX triplet: 40, 76 and 23. RGB value is (64,118,35). Sum of RGB (Red+Green+Blue) = 64+118+35=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #407623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407623 is #BF89DC. Grayscale: #5C5C5C. Windows color (decimal): -12552669 or 2324032. OLE color: 2324032.

HSL color Cylindrical-coordinate representation of color #407623: hue angle of 99.04º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #407623 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB6411835-
CMYK0.4600.700.54
HSL99.04º54.25%30%-
HSV(B)99.04º70.34%46.27%-
XYZ8.914.173.86-
YUV92.3995.61107.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=29.49%
G=54.38%
B=16.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118350.4600.700.5499.0454.2530
Hex4076232E0463663361e
Octal10016643560106661436636
Binary1000000111011010001110111001000110110110110001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407623; }

 p { color: rgb(64,118,35); }

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

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

 a { background-color: rgb(64,118,35); }

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

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

 span { border-color: rgb(64,118,35); }

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