Shades of Bilbao #42772F
Tints of Bilbao #42772F
RGB
CMYK
RGB Variations
Color information
#42772F (or 0x42772F) is known color: Bilbao. HEX triplet: 42, 77 and 2F. RGB value is (66,119,47). Sum of RGB (Red+Green+Blue) = 66+119+47=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #42772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42772F is #BD88D0. Grayscale: #5F5F5F. Windows color (decimal): -12421329 or 3110722. OLE color: 3110722.
HSL color Cylindrical-coordinate representation of color #42772F: hue angle of 104.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42772F is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 47 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.53 |
| HSL | 104.17º | 0.43% | 0.33% | - |
| HSV(B) | 104.17º | 0.61% | 0.47% | - |
| XYZ | 9.36 | 14.56 | 5.01 | - |
| YUV | 94.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 47 | 0.45 | 0 | 0.61 | 0.53 | 104.17 | 0.43 | 0.33 |
| Hex | 42 | 77 | 2F | 2D | 0 | 3D | 35 | 68 | 2B | 21 |
| Octal | 102 | 167 | 57 | 55 | 0 | 75 | 65 | 150 | 53 | 41 |
| Binary | 1000010 | 1110111 | 101111 | 101101 | 0 | 111101 | 110101 | 1101000 | 101011 | 100001 |
Color Harmonies of #42772F
Complementary color
Monochromatic Colors of #42772F
Black with #42772F
Text Example
Text Example
White with #42772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42772F; }
p { color: rgb(66,119,47); }
H1.HeaderClassName
{
color: #42772F;
}
.AnyTagClassName
{
color: #42772F;
}
</style>
background-color css
<style>
a { background-color: #42772F; }
a { background-color: rgb(66,119,47); }
div.DivClassName
{
background-color: #42772F;
}
.BgClassName
{
background-color: #42772F;
}
</style>
border-color css
<style>
span { border-color: #42772F; }
span { border-color: rgb(66,119,47); }
td.TdClassName
{
border-color: #42772F;
}
.TagClassName
{
border-color: #42772F;
}
</style>