Shades of Bilbao #448125
Tints of Bilbao #448125
RGB
CMYK
RGB Variations
Color information
#448125 (or 0x448125) is known color: Bilbao. HEX triplet: 44, 81 and 25. RGB value is (68,129,37). Sum of RGB (Red+Green+Blue) = 68+129+37=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #448125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448125 is #BB7EDA. Grayscale: #646464. Windows color (decimal): -12287707 or 2457924. OLE color: 2457924.
HSL color Cylindrical-coordinate representation of color #448125: hue angle of 99.78º 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 #448125 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 37 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.49 |
| HSL | 99.78º | 0.55% | 0.33% | - |
| HSV(B) | 99.78º | 0.71% | 0.51% | - |
| XYZ | 10.57 | 17.06 | 4.49 | - |
| YUV | 100.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 37 | 0.47 | 0 | 0.71 | 0.49 | 99.78 | 0.55 | 0.33 |
| Hex | 44 | 81 | 25 | 2F | 0 | 47 | 31 | 64 | 37 | 21 |
| Octal | 104 | 201 | 45 | 57 | 0 | 107 | 61 | 144 | 67 | 41 |
| Binary | 1000100 | 10000001 | 100101 | 101111 | 0 | 1000111 | 110001 | 1100100 | 110111 | 100001 |
Color Harmonies of #448125
Complementary color
Monochromatic Colors of #448125
Black with #448125
Text Example
Text Example
White with #448125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448125; }
p { color: rgb(68,129,37); }
H1.HeaderClassName
{
color: #448125;
}
.AnyTagClassName
{
color: #448125;
}
</style>
background-color css
<style>
a { background-color: #448125; }
a { background-color: rgb(68,129,37); }
div.DivClassName
{
background-color: #448125;
}
.BgClassName
{
background-color: #448125;
}
</style>
border-color css
<style>
span { border-color: #448125; }
span { border-color: rgb(68,129,37); }
td.TdClassName
{
border-color: #448125;
}
.TagClassName
{
border-color: #448125;
}
</style>