#407205

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

Shades of Bilbao #407205

Tints of Bilbao #407205

Color information

#407205 (or 0x407205) is unknown color: approx Bilbao. HEX triplet: 40, 72 and 05. RGB value is (64,114,5). Sum of RGB (Red+Green+Blue) = 64+114+5=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #407205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407205 is #BF8DFA. Grayscale: #575757. Windows color (decimal): -12553723 or 356928. OLE color: 356928.

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

Color convert

RGB641145-
CMYK0.4400.960.55
HSL87.52º91.6%23.33%-
HSV(B)87.52º95.61%44.71%-
XYZ8.1613.142.25-
YUV86.6281.94111.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 114 (44.92% from 255) = 62.30%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=34.97%
G=62.30%
B=2.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6411450.4400.960.5587.5291.623.33
Hex407252C06037585c17
Octal10016255401406713013427
Binary10000001110010101101100011000001101111011000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407205; }

 p { color: rgb(64,114,5); }

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

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

 a { background-color: rgb(64,114,5); }

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

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

 span { border-color: rgb(64,114,5); }

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