Shades of Bilbao #36821B
Tints of Bilbao #36821B
RGB
CMYK
RGB Variations
Color information
#36821B (or 0x36821B) is known color: Bilbao. HEX triplet: 36, 82 and 1B. RGB value is (54,130,27). Sum of RGB (Red+Green+Blue) = 54+130+27=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #36821B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36821B is #C97DE4. Grayscale: #5F5F5F. Windows color (decimal): -13204965 or 1802806. OLE color: 1802806.
HSL color Cylindrical-coordinate representation of color #36821B: hue angle of 104.27º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36821B is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 27 | - |
| CMYK | 0.58 | 0 | 0.79 | 0.49 |
| HSL | 104.27º | 0.66% | 0.31% | - |
| HSV(B) | 104.27º | 0.79% | 0.51% | - |
| XYZ | 9.7 | 16.83 | 3.77 | - |
| YUV | 95.53 | 89.32 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 27 | 0.58 | 0 | 0.79 | 0.49 | 104.27 | 0.66 | 0.31 |
| Hex | 36 | 82 | 1B | 3A | 0 | 4F | 31 | 68 | 42 | 1F |
| Octal | 66 | 202 | 33 | 72 | 0 | 117 | 61 | 150 | 102 | 37 |
| Binary | 110110 | 10000010 | 11011 | 111010 | 0 | 1001111 | 110001 | 1101000 | 1000010 | 11111 |
Color Harmonies of #36821B
Complementary color
Monochromatic Colors of #36821B
Black with #36821B
Text Example
Text Example
White with #36821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36821B; }
p { color: rgb(54,130,27); }
H1.HeaderClassName
{
color: #36821B;
}
.AnyTagClassName
{
color: #36821B;
}
</style>
background-color css
<style>
a { background-color: #36821B; }
a { background-color: rgb(54,130,27); }
div.DivClassName
{
background-color: #36821B;
}
.BgClassName
{
background-color: #36821B;
}
</style>
border-color css
<style>
span { border-color: #36821B; }
span { border-color: rgb(54,130,27); }
td.TdClassName
{
border-color: #36821B;
}
.TagClassName
{
border-color: #36821B;
}
</style>