#407C00

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

Shades of Bilbao #407C00

Tints of Bilbao #407C00

Color information

#407C00 (or 0x407C00) is unknown color: approx Bilbao. HEX triplet: 40, 7C and 00. RGB value is (64,124,0). Sum of RGB (Red+Green+Blue) = 64+124+0=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 124 (48.83% from 255 or 65.96% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 124 - color contains mainly: green. Hex color #407C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407C00 is #BF83FF. Grayscale: #5C5C5C. Windows color (decimal): -12551168 or 31808. OLE color: 31808.

HSL color Cylindrical-coordinate representation of color #407C00: hue angle of 89.03º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #407C00 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB641240-
CMYK0.48010.51
HSL89.03º100%24.31%-
HSV(B)89.03º100%48.63%-
XYZ9.3215.512.5-
YUV91.9276.12108.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 124 (48.83% from 255) = 65.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.04%
G=65.96%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6412400.48010.5189.0310024.31
Hex407C03006433596418
Octal10017406001446313114430
Binary100000011111000110000011001001100111011001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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