Shades of Bilbao #338203
Tints of Bilbao #338203
RGB
CMYK
RGB Variations
Color information
#338203 (or 0x338203) is known color: Bilbao. HEX triplet: 33, 82 and 03. RGB value is (51,130,3). Sum of RGB (Red+Green+Blue) = 51+130+3=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #338203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338203 is #CC7DFC. Grayscale: #5C5C5C. Windows color (decimal): -13401597 or 229939. OLE color: 229939.
HSL color Cylindrical-coordinate representation of color #338203: hue angle of 97.32º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #338203 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 3 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.49 |
| HSL | 97.32º | 0.95% | 0.26% | - |
| HSV(B) | 97.32º | 0.98% | 0.51% | - |
| XYZ | 9.36 | 16.68 | 2.81 | - |
| YUV | 91.9 | 77.83 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 3 | 0.61 | 0 | 0.98 | 0.49 | 97.32 | 0.95 | 0.26 |
| Hex | 33 | 82 | 3 | 3D | 0 | 62 | 31 | 61 | 5F | 1A |
| Octal | 63 | 202 | 3 | 75 | 0 | 142 | 61 | 141 | 137 | 32 |
| Binary | 110011 | 10000010 | 11 | 111101 | 0 | 1100010 | 110001 | 1100001 | 1011111 | 11010 |
Color Harmonies of #338203
Complementary color
Monochromatic Colors of #338203
Black with #338203
Text Example
Text Example
White with #338203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338203; }
p { color: rgb(51,130,3); }
H1.HeaderClassName
{
color: #338203;
}
.AnyTagClassName
{
color: #338203;
}
</style>
background-color css
<style>
a { background-color: #338203; }
a { background-color: rgb(51,130,3); }
div.DivClassName
{
background-color: #338203;
}
.BgClassName
{
background-color: #338203;
}
</style>
border-color css
<style>
span { border-color: #338203; }
span { border-color: rgb(51,130,3); }
td.TdClassName
{
border-color: #338203;
}
.TagClassName
{
border-color: #338203;
}
</style>