#407C30

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

Shades of Bilbao #407C30

Tints of Bilbao #407C30

Color information

#407C30 (or 0x407C30) is unknown color: approx Bilbao. HEX triplet: 40, 7C and 30. RGB value is (64,124,48). Sum of RGB (Red+Green+Blue) = 64+124+48=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #407C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C30 is #BF83CF. Grayscale: #616161. Windows color (decimal): -12551120 or 3177536. OLE color: 3177536.

HSL color Cylindrical-coordinate representation of color #407C30: hue angle of 107.37º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #407C30 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB6412448-
CMYK0.4800.610.51
HSL107.37º44.19%33.73%-
HSV(B)107.37º61.29%48.63%-
XYZ9.8615.725.31-
YUV97.4100.12104.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 124 (48.83% from 255) = 52.54%
BLUE value IS 48 (19.14% from 255) = 20.34%
R=27.12%
G=52.54%
B=20.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64124480.4800.610.51107.3744.1933.73
Hex407C303003D336b2c22
Octal1001746060075631535442
Binary1000000111110011000011000001111011100111101011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,124,48); }

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

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

 a { background-color: rgb(64,124,48); }

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

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

 span { border-color: rgb(64,124,48); }

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