#407D02

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

Shades of Bilbao #407D02

Tints of Bilbao #407D02

Color information

#407D02 (or 0x407D02) is unknown color: approx Bilbao. HEX triplet: 40, 7D and 02. RGB value is (64,125,2). Sum of RGB (Red+Green+Blue) = 64+125+2=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 125 (49.22% from 255 or 65.45% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 125 - color contains mainly: green. Hex color #407D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407D02 is #BF82FD. Grayscale: #5D5D5D. Windows color (decimal): -12550910 or 163136. OLE color: 163136.

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

Color convert

RGB641252-
CMYK0.4900.980.51
HSL89.76º96.85%24.9%-
HSV(B)89.76º98.4%49.02%-
XYZ9.4615.762.6-
YUV92.7476.79107.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 125 (49.22% from 255) = 65.45%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=33.51%
G=65.45%
B=1.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6412520.4900.980.5189.7696.8524.9
Hex407D231062335a6119
Octal10017526101426313214131
Binary1000000111110110110001011000101100111011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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