Shades of Bilbao #407B23
Tints of Bilbao #407B23
RGB
CMYK
RGB Variations
Color information
#407B23 (or 0x407B23) is known color: Bilbao. HEX triplet: 40, 7B and 23. RGB value is (64,123,35). Sum of RGB (Red+Green+Blue) = 64+123+35=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #407B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B23 is #BF84DC. Grayscale: #5F5F5F. Windows color (decimal): -12551389 or 2325312. OLE color: 2325312.
HSL color Cylindrical-coordinate representation of color #407B23: hue angle of 100.23º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407B23 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 35 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.52 |
| HSL | 100.23º | 0.56% | 0.31% | - |
| HSV(B) | 100.23º | 0.72% | 0.48% | - |
| XYZ | 9.5 | 15.38 | 4.06 | - |
| YUV | 95.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 35 | 0.48 | 0 | 0.72 | 0.52 | 100.23 | 0.56 | 0.31 |
| Hex | 40 | 7B | 23 | 30 | 0 | 48 | 34 | 64 | 38 | 1F |
| Octal | 100 | 173 | 43 | 60 | 0 | 110 | 64 | 144 | 70 | 37 |
| Binary | 1000000 | 1111011 | 100011 | 110000 | 0 | 1001000 | 110100 | 1100100 | 111000 | 11111 |
Color Harmonies of #407B23
Complementary color
Monochromatic Colors of #407B23
Black with #407B23
Text Example
Text Example
White with #407B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B23; }
p { color: rgb(64,123,35); }
H1.HeaderClassName
{
color: #407B23;
}
.AnyTagClassName
{
color: #407B23;
}
</style>
background-color css
<style>
a { background-color: #407B23; }
a { background-color: rgb(64,123,35); }
div.DivClassName
{
background-color: #407B23;
}
.BgClassName
{
background-color: #407B23;
}
</style>
border-color css
<style>
span { border-color: #407B23; }
span { border-color: rgb(64,123,35); }
td.TdClassName
{
border-color: #407B23;
}
.TagClassName
{
border-color: #407B23;
}
</style>