Shades of Bilbao #427B24
Tints of Bilbao #427B24
RGB
CMYK
RGB Variations
Color information
#427B24 (or 0x427B24) is known color: Bilbao. HEX triplet: 42, 7B and 24. RGB value is (66,123,36). Sum of RGB (Red+Green+Blue) = 66+123+36=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #427B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B24 is #BD84DB. Grayscale: #606060. Windows color (decimal): -12420316 or 2390850. OLE color: 2390850.
HSL color Cylindrical-coordinate representation of color #427B24: hue angle of 99.31º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #427B24 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 36 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.52 |
| HSL | 99.31º | 0.55% | 0.31% | - |
| HSV(B) | 99.31º | 0.71% | 0.48% | - |
| XYZ | 9.65 | 15.45 | 4.14 | - |
| YUV | 96.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 36 | 0.46 | 0 | 0.71 | 0.52 | 99.31 | 0.55 | 0.31 |
| Hex | 42 | 7B | 24 | 2E | 0 | 47 | 34 | 63 | 37 | 1F |
| Octal | 102 | 173 | 44 | 56 | 0 | 107 | 64 | 143 | 67 | 37 |
| Binary | 1000010 | 1111011 | 100100 | 101110 | 0 | 1000111 | 110100 | 1100011 | 110111 | 11111 |
Color Harmonies of #427B24
Complementary color
Monochromatic Colors of #427B24
Black with #427B24
Text Example
Text Example
White with #427B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B24; }
p { color: rgb(66,123,36); }
H1.HeaderClassName
{
color: #427B24;
}
.AnyTagClassName
{
color: #427B24;
}
</style>
background-color css
<style>
a { background-color: #427B24; }
a { background-color: rgb(66,123,36); }
div.DivClassName
{
background-color: #427B24;
}
.BgClassName
{
background-color: #427B24;
}
</style>
border-color css
<style>
span { border-color: #427B24; }
span { border-color: rgb(66,123,36); }
td.TdClassName
{
border-color: #427B24;
}
.TagClassName
{
border-color: #427B24;
}
</style>