#407B28

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

Shades of Bilbao #407B28

Tints of Bilbao #407B28

Color information

#407B28 (or 0x407B28) is unknown color: approx Bilbao. HEX triplet: 40, 7B and 28. RGB value is (64,123,40). Sum of RGB (Red+Green+Blue) = 64+123+40=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 123 (48.44% from 255 or 54.19% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 123 - color contains mainly: green. Hex color #407B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B28 is #BF84D7. Grayscale: #606060. Windows color (decimal): -12551384 or 2652992. OLE color: 2652992.

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

Color convert

RGB6412340-
CMYK0.4800.670.52
HSL102.65º50.92%31.96%-
HSV(B)102.65º67.48%48.24%-
XYZ9.5815.414.48-
YUV95.996.45105.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 123 (48.44% from 255) = 54.19%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=28.19%
G=54.19%
B=17.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123400.4800.670.52102.6550.9231.96
Hex407B283004334673320
Octal10017350600103641476340
Binary10000001111011101000110000010000111101001100111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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