Shades of Bilbao #42822D
Tints of Bilbao #42822D
RGB
CMYK
RGB Variations
Color information
#42822D (or 0x42822D) is known color: Bilbao. HEX triplet: 42, 82 and 2D. RGB value is (66,130,45). Sum of RGB (Red+Green+Blue) = 66+130+45=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #42822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42822D is #BD7DD2. Grayscale: #656565. Windows color (decimal): -12418515 or 2982466. OLE color: 2982466.
HSL color Cylindrical-coordinate representation of color #42822D: hue angle of 105.18º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42822D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 130 | 45 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.49 |
| HSL | 105.18º | 0.49% | 0.34% | - |
| HSV(B) | 105.18º | 0.65% | 0.51% | - |
| XYZ | 10.7 | 17.31 | 5.26 | - |
| YUV | 101.17 | 96.3 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 45 | 0.49 | 0 | 0.65 | 0.49 | 105.18 | 0.49 | 0.34 |
| Hex | 42 | 82 | 2D | 31 | 0 | 41 | 31 | 69 | 31 | 22 |
| Octal | 102 | 202 | 55 | 61 | 0 | 101 | 61 | 151 | 61 | 42 |
| Binary | 1000010 | 10000010 | 101101 | 110001 | 0 | 1000001 | 110001 | 1101001 | 110001 | 100010 |
Color Harmonies of #42822D
Complementary color
Monochromatic Colors of #42822D
Black with #42822D
Text Example
Text Example
White with #42822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42822D; }
p { color: rgb(66,130,45); }
H1.HeaderClassName
{
color: #42822D;
}
.AnyTagClassName
{
color: #42822D;
}
</style>
background-color css
<style>
a { background-color: #42822D; }
a { background-color: rgb(66,130,45); }
div.DivClassName
{
background-color: #42822D;
}
.BgClassName
{
background-color: #42822D;
}
</style>
border-color css
<style>
span { border-color: #42822D; }
span { border-color: rgb(66,130,45); }
td.TdClassName
{
border-color: #42822D;
}
.TagClassName
{
border-color: #42822D;
}
</style>