#407500

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

Shades of Bilbao #407500

Tints of Bilbao #407500

Color information

#407500 (or 0x407500) is unknown color: approx Bilbao. HEX triplet: 40, 75 and 00. RGB value is (64,117,0). Sum of RGB (Red+Green+Blue) = 64+117+0=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #407500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407500 is #BF8AFF. Grayscale: #585858. Windows color (decimal): -12552960 or 30016. OLE color: 30016.

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

Color convert

RGB641170-
CMYK0.45010.54
HSL87.18º100%22.94%-
HSV(B)87.18º100%45.88%-
XYZ8.4813.812.22-
YUV87.8278.44111.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 117 (46.09% from 255) = 64.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.36%
G=64.64%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6411700.45010.5487.1810022.94
Hex407502D06436576417
Octal10016505501446612714427
Binary100000011101010101101011001001101101010111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407500; }

 p { color: rgb(64,117,0); }

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

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

 a { background-color: rgb(64,117,0); }

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

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

 span { border-color: rgb(64,117,0); }

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