#407D01

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

Shades of Bilbao #407D01

Tints of Bilbao #407D01

Color information

#407D01 (or 0x407D01) is unknown color: approx Bilbao. HEX triplet: 40, 7D and 01. RGB value is (64,125,1). Sum of RGB (Red+Green+Blue) = 64+125+1=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 125 (49.22% from 255 or 65.79% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 125 - color contains mainly: green. Hex color #407D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407D01 is #BF82FE. Grayscale: #5D5D5D. Windows color (decimal): -12550911 or 97600. OLE color: 97600.

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

Color convert

RGB641251-
CMYK0.4900.990.51
HSL89.52º98.41%24.71%-
HSV(B)89.52º99.2%49.02%-
XYZ9.4515.762.57-
YUV92.6276.29107.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 125 (49.22% from 255) = 65.79%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=33.68%
G=65.79%
B=0.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6412510.4900.990.5189.5298.4124.71
Hex407D131063335a6219
Octal10017516101436313214231
Binary100000011111011110001011000111100111011010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,125,1); }

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

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

 a { background-color: rgb(64,125,1); }

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

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

 span { border-color: rgb(64,125,1); }

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