#407319

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

Shades of Bilbao #407319

Tints of Bilbao #407319

Color information

#407319 (or 0x407319) is unknown color: approx Bilbao. HEX triplet: 40, 73 and 19. RGB value is (64,115,25). Sum of RGB (Red+Green+Blue) = 64+115+25=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 115 (45.31% from 255 or 56.37% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 115 - color contains mainly: green. Hex color #407319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407319 is #BF8CE6. Grayscale: #595959. Windows color (decimal): -12553447 or 1667904. OLE color: 1667904.

HSL color Cylindrical-coordinate representation of color #407319: hue angle of 94º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #407319 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB6411525-
CMYK0.4400.780.55
HSL94º64.29%27.45%-
HSV(B)94º78.26%45.1%-
XYZ8.4213.423.07-
YUV89.4991.6109.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 115 (45.31% from 255) = 56.37%
BLUE value IS 25 (10.16% from 255) = 12.25%
R=31.37%
G=56.37%
B=12.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115250.4400.780.559464.2927.45
Hex4073192C04E375e401b
Octal100163315401166713610033
Binary1000000111001111001101100010011101101111011110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407319; }

 p { color: rgb(64,115,25); }

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

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

 a { background-color: rgb(64,115,25); }

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

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

 span { border-color: rgb(64,115,25); }

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