#407802

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

Shades of Bilbao #407802

Tints of Bilbao #407802

Color information

#407802 (or 0x407802) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 02. RGB value is (64,120,2). Sum of RGB (Red+Green+Blue) = 64+120+2=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 120 (47.27% from 255 or 64.52% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 120 - color contains mainly: green. Hex color #407802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407802 is #BF87FD. Grayscale: #5A5A5A. Windows color (decimal): -12552190 or 161856. OLE color: 161856.

HSL color Cylindrical-coordinate representation of color #407802: hue angle of 88.47º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #407802 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB641202-
CMYK0.4700.980.53
HSL88.47º96.72%23.92%-
HSV(B)88.47º98.33%47.06%-
XYZ8.8414.532.4-
YUV89.878.45109.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 120 (47.27% from 255) = 64.52%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=34.41%
G=64.52%
B=1.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6412020.4700.980.5388.4796.7223.92
Hex407822F06235586118
Octal10017025701426513014130
Binary1000000111100010101111011000101101011011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407802; }

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

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

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

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

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

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

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

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