Shades of Bilbao #338B23
Tints of Bilbao #338B23
RGB
CMYK
RGB Variations
Color information
#338B23 (or 0x338B23) is known color: Bilbao. HEX triplet: 33, 8B and 23. RGB value is (51,139,35). Sum of RGB (Red+Green+Blue) = 51+139+35=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 139 (54.69% from 255 or 61.78% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 139 - color contains mainly: green. Hex color #338B23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338B23 is #CC74DC. Grayscale: #656565. Windows color (decimal): -13399261 or 2329395. OLE color: 2329395.
HSL color Cylindrical-coordinate representation of color #338B23: hue angle of 110.77º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338B23 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 51 | 139 | 35 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.45 |
| HSL | 110.77º | 0.6% | 0.34% | - |
| HSV(B) | 110.77º | 0.75% | 0.55% | - |
| XYZ | 10.9 | 19.29 | 4.74 | - |
| YUV | 100.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 35 | 0.63 | 0 | 0.75 | 0.45 | 110.77 | 0.6 | 0.34 |
| Hex | 33 | 8B | 23 | 3F | 0 | 4B | 2D | 6F | 3C | 22 |
| Octal | 63 | 213 | 43 | 77 | 0 | 113 | 55 | 157 | 74 | 42 |
| Binary | 110011 | 10001011 | 100011 | 111111 | 0 | 1001011 | 101101 | 1101111 | 111100 | 100010 |
Color Harmonies of #338B23
Complementary color
Monochromatic Colors of #338B23
Black with #338B23
Text Example
Text Example
White with #338B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338B23; }
p { color: rgb(51,139,35); }
H1.HeaderClassName
{
color: #338B23;
}
.AnyTagClassName
{
color: #338B23;
}
</style>
background-color css
<style>
a { background-color: #338B23; }
a { background-color: rgb(51,139,35); }
div.DivClassName
{
background-color: #338B23;
}
.BgClassName
{
background-color: #338B23;
}
</style>
border-color css
<style>
span { border-color: #338B23; }
span { border-color: rgb(51,139,35); }
td.TdClassName
{
border-color: #338B23;
}
.TagClassName
{
border-color: #338B23;
}
</style>