Shades of Bilbao #407D33
Tints of Bilbao #407D33
RGB
CMYK
RGB Variations
Color information
#407D33 (or 0x407D33) is known color: Bilbao. HEX triplet: 40, 7D and 33. RGB value is (64,125,51). Sum of RGB (Red+Green+Blue) = 64+125+51=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #407D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407D33 is #BF82CC. Grayscale: #626262. Windows color (decimal): -12550861 or 3374400. OLE color: 3374400.
HSL color Cylindrical-coordinate representation of color #407D33: hue angle of 109.46º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #407D33 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 51 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.51 |
| HSL | 109.46º | 0.42% | 0.35% | - |
| HSV(B) | 109.46º | 0.59% | 0.49% | - |
| XYZ | 10.05 | 16 | 5.69 | - |
| YUV | 98.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 51 | 0.49 | 0 | 0.59 | 0.51 | 109.46 | 0.42 | 0.35 |
| Hex | 40 | 7D | 33 | 31 | 0 | 3B | 33 | 6D | 2A | 23 |
| Octal | 100 | 175 | 63 | 61 | 0 | 73 | 63 | 155 | 52 | 43 |
| Binary | 1000000 | 1111101 | 110011 | 110001 | 0 | 111011 | 110011 | 1101101 | 101010 | 100011 |
Color Harmonies of #407D33
Complementary color
Monochromatic Colors of #407D33
Black with #407D33
Text Example
Text Example
White with #407D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D33; }
p { color: rgb(64,125,51); }
H1.HeaderClassName
{
color: #407D33;
}
.AnyTagClassName
{
color: #407D33;
}
</style>
background-color css
<style>
a { background-color: #407D33; }
a { background-color: rgb(64,125,51); }
div.DivClassName
{
background-color: #407D33;
}
.BgClassName
{
background-color: #407D33;
}
</style>
border-color css
<style>
span { border-color: #407D33; }
span { border-color: rgb(64,125,51); }
td.TdClassName
{
border-color: #407D33;
}
.TagClassName
{
border-color: #407D33;
}
</style>