Shades of Bilbao #326F23
Tints of Bilbao #326F23
RGB
CMYK
RGB Variations
Color information
#326F23 (or 0x326F23) is known color: Bilbao. HEX triplet: 32, 6F and 23. RGB value is (50,111,35). Sum of RGB (Red+Green+Blue) = 50+111+35=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #326F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F23 is #CD90DC. Grayscale: #545454. Windows color (decimal): -13471965 or 2322226. OLE color: 2322226.
HSL color Cylindrical-coordinate representation of color #326F23: hue angle of 108.16º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326F23 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 111 | 35 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.56 |
| HSL | 108.16º | 0.52% | 0.29% | - |
| HSV(B) | 108.16º | 0.68% | 0.44% | - |
| XYZ | 7.3 | 12.17 | 3.55 | - |
| YUV | 84.1 | 100.29 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 35 | 0.55 | 0 | 0.68 | 0.56 | 108.16 | 0.52 | 0.29 |
| Hex | 32 | 6F | 23 | 37 | 0 | 44 | 38 | 6C | 34 | 1D |
| Octal | 62 | 157 | 43 | 67 | 0 | 104 | 70 | 154 | 64 | 35 |
| Binary | 110010 | 1101111 | 100011 | 110111 | 0 | 1000100 | 111000 | 1101100 | 110100 | 11101 |
Color Harmonies of #326F23
Complementary color
Monochromatic Colors of #326F23
Black with #326F23
Text Example
Text Example
White with #326F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F23; }
p { color: rgb(50,111,35); }
H1.HeaderClassName
{
color: #326F23;
}
.AnyTagClassName
{
color: #326F23;
}
</style>
background-color css
<style>
a { background-color: #326F23; }
a { background-color: rgb(50,111,35); }
div.DivClassName
{
background-color: #326F23;
}
.BgClassName
{
background-color: #326F23;
}
</style>
border-color css
<style>
span { border-color: #326F23; }
span { border-color: rgb(50,111,35); }
td.TdClassName
{
border-color: #326F23;
}
.TagClassName
{
border-color: #326F23;
}
</style>