#407128

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

Shades of Bilbao #407128

Tints of Bilbao #407128

Color information

#407128 (or 0x407128) is unknown color: approx Bilbao. HEX triplet: 40, 71 and 28. RGB value is (64,113,40). Sum of RGB (Red+Green+Blue) = 64+113+40=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #407128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407128 is #BF8ED7. Grayscale: #5A5A5A. Windows color (decimal): -12553944 or 2650432. OLE color: 2650432.

HSL color Cylindrical-coordinate representation of color #407128: hue angle of 100.27º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #407128 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB6411340-
CMYK0.4300.650.56
HSL100.27º47.71%30%-
HSV(B)100.27º64.6%44.31%-
XYZ8.413.054.08-
YUV90.0399.77109.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 40 (16.02% from 255) = 18.43%
R=29.49%
G=52.07%
B=18.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64113400.4300.650.56100.2747.7130
Hex4071282B0413864301e
Octal10016150530101701446036
Binary1000000111000110100010101101000001111000110010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407128; }

 p { color: rgb(64,113,40); }

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

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

 a { background-color: rgb(64,113,40); }

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

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

 span { border-color: rgb(64,113,40); }

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