#407B02

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

Shades of Bilbao #407B02

Tints of Bilbao #407B02

Color information

#407B02 (or 0x407B02) is unknown color: approx Bilbao. HEX triplet: 40, 7B and 02. RGB value is (64,123,2). Sum of RGB (Red+Green+Blue) = 64+123+2=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 123 (48.44% from 255 or 65.08% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 123 - color contains mainly: green. Hex color #407B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407B02 is #BF84FD. Grayscale: #5B5B5B. Windows color (decimal): -12551422 or 162624. OLE color: 162624.

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

Color convert

RGB641232-
CMYK0.4800.980.52
HSL89.26º96.8%24.51%-
HSV(B)89.26º98.37%48.24%-
XYZ9.2115.262.52-
YUV91.5677.45108.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 123 (48.44% from 255) = 65.08%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=33.86%
G=65.08%
B=1.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6412320.4800.980.5289.2696.824.51
Hex407B23006234596119
Octal10017326001426413114131
Binary1000000111101110110000011000101101001011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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