Shades of Bilbao #428125
Tints of Bilbao #428125
RGB
CMYK
RGB Variations
Color information
#428125 (or 0x428125) is known color: Bilbao. HEX triplet: 42, 81 and 25. RGB value is (66,129,37). Sum of RGB (Red+Green+Blue) = 66+129+37=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #428125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428125 is #BD7EDA. Grayscale: #636363. Windows color (decimal): -12418779 or 2457922. OLE color: 2457922.
HSL color Cylindrical-coordinate representation of color #428125: hue angle of 101.09º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #428125 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 37 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.49 |
| HSL | 101.09º | 0.55% | 0.33% | - |
| HSV(B) | 101.09º | 0.71% | 0.51% | - |
| XYZ | 10.43 | 16.99 | 4.48 | - |
| YUV | 99.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 37 | 0.49 | 0 | 0.71 | 0.49 | 101.09 | 0.55 | 0.33 |
| Hex | 42 | 81 | 25 | 31 | 0 | 47 | 31 | 65 | 37 | 21 |
| Octal | 102 | 201 | 45 | 61 | 0 | 107 | 61 | 145 | 67 | 41 |
| Binary | 1000010 | 10000001 | 100101 | 110001 | 0 | 1000111 | 110001 | 1100101 | 110111 | 100001 |
Color Harmonies of #428125
Complementary color
Monochromatic Colors of #428125
Black with #428125
Text Example
Text Example
White with #428125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428125; }
p { color: rgb(66,129,37); }
H1.HeaderClassName
{
color: #428125;
}
.AnyTagClassName
{
color: #428125;
}
</style>
background-color css
<style>
a { background-color: #428125; }
a { background-color: rgb(66,129,37); }
div.DivClassName
{
background-color: #428125;
}
.BgClassName
{
background-color: #428125;
}
</style>
border-color css
<style>
span { border-color: #428125; }
span { border-color: rgb(66,129,37); }
td.TdClassName
{
border-color: #428125;
}
.TagClassName
{
border-color: #428125;
}
</style>