#407C05

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

Shades of Bilbao #407C05

Tints of Bilbao #407C05

Color information

#407C05 (or 0x407C05) is unknown color: approx Bilbao. HEX triplet: 40, 7C and 05. RGB value is (64,124,5). Sum of RGB (Red+Green+Blue) = 64+124+5=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #407C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407C05 is #BF83FA. Grayscale: #5C5C5C. Windows color (decimal): -12551163 or 359488. OLE color: 359488.

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

Color convert

RGB641245-
CMYK0.4800.960.51
HSL90.25º92.25%25.29%-
HSV(B)90.25º95.97%48.63%-
XYZ9.3515.522.65-
YUV92.4978.62107.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 124 (48.83% from 255) = 64.25%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=33.16%
G=64.25%
B=2.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6412450.4800.960.5190.2592.2525.29
Hex407C530060335a5c19
Octal10017456001406313213431
Binary10000001111100101110000011000001100111011010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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