Shades of Bilbao #45830A
Tints of Bilbao #45830A
RGB
CMYK
RGB Variations
Color information
#45830A (or 0x45830A) is known color: Bilbao. HEX triplet: 45, 83 and 0A. RGB value is (69,131,10). Sum of RGB (Red+Green+Blue) = 69+131+10=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #45830A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45830A is #BA7CF5. Grayscale: #636363. Windows color (decimal): -12221686 or 688965. OLE color: 688965.
HSL color Cylindrical-coordinate representation of color #45830A: hue angle of 90.74º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45830A is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 131 | 10 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.49 |
| HSL | 90.74º | 0.86% | 0.28% | - |
| HSV(B) | 90.74º | 0.92% | 0.51% | - |
| XYZ | 10.63 | 17.52 | 3.11 | - |
| YUV | 98.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 131 | 10 | 0.47 | 0 | 0.92 | 0.49 | 90.74 | 0.86 | 0.28 |
| Hex | 45 | 83 | A | 2F | 0 | 5C | 31 | 5B | 56 | 1C |
| Octal | 105 | 203 | 12 | 57 | 0 | 134 | 61 | 133 | 126 | 34 |
| Binary | 1000101 | 10000011 | 1010 | 101111 | 0 | 1011100 | 110001 | 1011011 | 1010110 | 11100 |
Color Harmonies of #45830A
Complementary color
Monochromatic Colors of #45830A
Black with #45830A
Text Example
Text Example
White with #45830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45830A; }
p { color: rgb(69,131,10); }
H1.HeaderClassName
{
color: #45830A;
}
.AnyTagClassName
{
color: #45830A;
}
</style>
background-color css
<style>
a { background-color: #45830A; }
a { background-color: rgb(69,131,10); }
div.DivClassName
{
background-color: #45830A;
}
.BgClassName
{
background-color: #45830A;
}
</style>
border-color css
<style>
span { border-color: #45830A; }
span { border-color: rgb(69,131,10); }
td.TdClassName
{
border-color: #45830A;
}
.TagClassName
{
border-color: #45830A;
}
</style>