#407F02

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

Shades of Bilbao #407F02

Tints of Bilbao #407F02

Color information

#407F02 (or 0x407F02) is unknown color: approx Bilbao. HEX triplet: 40, 7F and 02. RGB value is (64,127,2). Sum of RGB (Red+Green+Blue) = 64+127+2=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 127 (50% from 255 or 65.80% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 127 - color contains mainly: green. Hex color #407F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407F02 is #BF80FD. Grayscale: #5E5E5E. Windows color (decimal): -12550398 or 163648. OLE color: 163648.

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

Color convert

RGB641272-
CMYK0.5000.980.50
HSL90.24º96.9%25.29%-
HSV(B)90.24º98.43%49.8%-
XYZ9.7116.272.69-
YUV93.9176.13106.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 127 (50% from 255) = 65.80%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=33.16%
G=65.80%
B=1.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6412720.5000.980.5090.2496.925.29
Hex407F232062325a6119
Octal10017726201426213214131
Binary1000000111111110110010011000101100101011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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