Shades of Bilbao #427E29
Tints of Bilbao #427E29
RGB
CMYK
RGB Variations
Color information
#427E29 (or 0x427E29) is known color: Bilbao. HEX triplet: 42, 7E and 29. RGB value is (66,126,41). Sum of RGB (Red+Green+Blue) = 66+126+41=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #427E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427E29 is #BD81D6. Grayscale: #626262. Windows color (decimal): -12419543 or 2719298. OLE color: 2719298.
HSL color Cylindrical-coordinate representation of color #427E29: hue angle of 102.35º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427E29 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 126 | 41 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.51 |
| HSL | 102.35º | 0.51% | 0.33% | - |
| HSV(B) | 102.35º | 0.67% | 0.49% | - |
| XYZ | 10.11 | 16.24 | 4.7 | - |
| YUV | 98.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 41 | 0.48 | 0 | 0.67 | 0.51 | 102.35 | 0.51 | 0.33 |
| Hex | 42 | 7E | 29 | 30 | 0 | 43 | 33 | 66 | 33 | 21 |
| Octal | 102 | 176 | 51 | 60 | 0 | 103 | 63 | 146 | 63 | 41 |
| Binary | 1000010 | 1111110 | 101001 | 110000 | 0 | 1000011 | 110011 | 1100110 | 110011 | 100001 |
Color Harmonies of #427E29
Complementary color
Monochromatic Colors of #427E29
Black with #427E29
Text Example
Text Example
White with #427E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427E29; }
p { color: rgb(66,126,41); }
H1.HeaderClassName
{
color: #427E29;
}
.AnyTagClassName
{
color: #427E29;
}
</style>
background-color css
<style>
a { background-color: #427E29; }
a { background-color: rgb(66,126,41); }
div.DivClassName
{
background-color: #427E29;
}
.BgClassName
{
background-color: #427E29;
}
</style>
border-color css
<style>
span { border-color: #427E29; }
span { border-color: rgb(66,126,41); }
td.TdClassName
{
border-color: #427E29;
}
.TagClassName
{
border-color: #427E29;
}
</style>