Shades of Bilbao #427C33
Tints of Bilbao #427C33
RGB
CMYK
RGB Variations
Color information
#427C33 (or 0x427C33) is known color: Bilbao. HEX triplet: 42, 7C and 33. RGB value is (66,124,51). Sum of RGB (Red+Green+Blue) = 66+124+51=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #427C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C33 is #BD83CC. Grayscale: #626262. Windows color (decimal): -12420045 or 3374146. OLE color: 3374146.
HSL color Cylindrical-coordinate representation of color #427C33: hue angle of 107.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #427C33 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 124 | 51 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.51 |
| HSL | 107.67º | 0.42% | 0.34% | - |
| HSV(B) | 107.67º | 0.59% | 0.49% | - |
| XYZ | 10.05 | 15.81 | 5.65 | - |
| YUV | 98.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 51 | 0.47 | 0 | 0.59 | 0.51 | 107.67 | 0.42 | 0.34 |
| Hex | 42 | 7C | 33 | 2F | 0 | 3B | 33 | 6C | 2A | 22 |
| Octal | 102 | 174 | 63 | 57 | 0 | 73 | 63 | 154 | 52 | 42 |
| Binary | 1000010 | 1111100 | 110011 | 101111 | 0 | 111011 | 110011 | 1101100 | 101010 | 100010 |
Color Harmonies of #427C33
Complementary color
Monochromatic Colors of #427C33
Black with #427C33
Text Example
Text Example
White with #427C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427C33; }
p { color: rgb(66,124,51); }
H1.HeaderClassName
{
color: #427C33;
}
.AnyTagClassName
{
color: #427C33;
}
</style>
background-color css
<style>
a { background-color: #427C33; }
a { background-color: rgb(66,124,51); }
div.DivClassName
{
background-color: #427C33;
}
.BgClassName
{
background-color: #427C33;
}
</style>
border-color css
<style>
span { border-color: #427C33; }
span { border-color: rgb(66,124,51); }
td.TdClassName
{
border-color: #427C33;
}
.TagClassName
{
border-color: #427C33;
}
</style>