Shades of Bilbao #40802F
Tints of Bilbao #40802F
RGB
CMYK
RGB Variations
Color information
#40802F (or 0x40802F) is known color: Bilbao. HEX triplet: 40, 80 and 2F. RGB value is (64,128,47). Sum of RGB (Red+Green+Blue) = 64+128+47=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #40802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40802F is #BF7FD0. Grayscale: #636363. Windows color (decimal): -12550097 or 3113024. OLE color: 3113024.
HSL color Cylindrical-coordinate representation of color #40802F: hue angle of 107.41º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40802F is Cyan = 0.5, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 128 | 47 | - |
| CMYK | 0.5 | 0 | 0.63 | 0.50 |
| HSL | 107.41º | 0.46% | 0.34% | - |
| HSV(B) | 107.41º | 0.63% | 0.5% | - |
| XYZ | 10.35 | 16.73 | 5.37 | - |
| YUV | 99.63 | 98.3 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 47 | 0.5 | 0 | 0.63 | 0.50 | 107.41 | 0.46 | 0.34 |
| Hex | 40 | 80 | 2F | 32 | 0 | 3F | 32 | 6B | 2E | 22 |
| Octal | 100 | 200 | 57 | 62 | 0 | 77 | 62 | 153 | 56 | 42 |
| Binary | 1000000 | 10000000 | 101111 | 110010 | 0 | 111111 | 110010 | 1101011 | 101110 | 100010 |
Color Harmonies of #40802F
Complementary color
Monochromatic Colors of #40802F
Black with #40802F
Text Example
Text Example
White with #40802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40802F; }
p { color: rgb(64,128,47); }
H1.HeaderClassName
{
color: #40802F;
}
.AnyTagClassName
{
color: #40802F;
}
</style>
background-color css
<style>
a { background-color: #40802F; }
a { background-color: rgb(64,128,47); }
div.DivClassName
{
background-color: #40802F;
}
.BgClassName
{
background-color: #40802F;
}
</style>
border-color css
<style>
span { border-color: #40802F; }
span { border-color: rgb(64,128,47); }
td.TdClassName
{
border-color: #40802F;
}
.TagClassName
{
border-color: #40802F;
}
</style>