#407602

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

Shades of Bilbao #407602

Tints of Bilbao #407602

Color information

#407602 (or 0x407602) is unknown color: approx Bilbao. HEX triplet: 40, 76 and 02. RGB value is (64,118,2). Sum of RGB (Red+Green+Blue) = 64+118+2=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #407602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407602 is #BF89FD. Grayscale: #595959. Windows color (decimal): -12552702 or 161344. OLE color: 161344.

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

Color convert

RGB641182-
CMYK0.4600.980.54
HSL87.93º96.67%23.53%-
HSV(B)87.93º98.31%46.27%-
XYZ8.614.052.32-
YUV88.6379.11110.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 118 (46.48% from 255) = 64.13%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=34.78%
G=64.13%
B=1.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6411820.4600.980.5487.9396.6723.53
Hex407622E06236586118
Octal10016625601426613014130
Binary1000000111011010101110011000101101101011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407602; }

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

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

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

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

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

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

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

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