Shades of Bilbao #408225
Tints of Bilbao #408225
RGB
CMYK
RGB Variations
Color information
#408225 (or 0x408225) is known color: Bilbao. HEX triplet: 40, 82 and 25. RGB value is (64,130,37). Sum of RGB (Red+Green+Blue) = 64+130+37=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #408225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408225 is #BF7DDA. Grayscale: #636363. Windows color (decimal): -12549595 or 2458176. OLE color: 2458176.
HSL color Cylindrical-coordinate representation of color #408225: hue angle of 102.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #408225 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 37 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.49 |
| HSL | 102.58º | 0.56% | 0.33% | - |
| HSV(B) | 102.58º | 0.72% | 0.51% | - |
| XYZ | 10.43 | 17.19 | 4.52 | - |
| YUV | 99.66 | 92.63 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 37 | 0.51 | 0 | 0.72 | 0.49 | 102.58 | 0.56 | 0.33 |
| Hex | 40 | 82 | 25 | 33 | 0 | 48 | 31 | 67 | 38 | 21 |
| Octal | 100 | 202 | 45 | 63 | 0 | 110 | 61 | 147 | 70 | 41 |
| Binary | 1000000 | 10000010 | 100101 | 110011 | 0 | 1001000 | 110001 | 1100111 | 111000 | 100001 |
Color Harmonies of #408225
Complementary color
Monochromatic Colors of #408225
Black with #408225
Text Example
Text Example
White with #408225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408225; }
p { color: rgb(64,130,37); }
H1.HeaderClassName
{
color: #408225;
}
.AnyTagClassName
{
color: #408225;
}
</style>
background-color css
<style>
a { background-color: #408225; }
a { background-color: rgb(64,130,37); }
div.DivClassName
{
background-color: #408225;
}
.BgClassName
{
background-color: #408225;
}
</style>
border-color css
<style>
span { border-color: #408225; }
span { border-color: rgb(64,130,37); }
td.TdClassName
{
border-color: #408225;
}
.TagClassName
{
border-color: #408225;
}
</style>