Shades of Bilbao #35820C
Tints of Bilbao #35820C
RGB
CMYK
RGB Variations
Color information
#35820C (or 0x35820C) is known color: Bilbao. HEX triplet: 35, 82 and 0C. RGB value is (53,130,12). Sum of RGB (Red+Green+Blue) = 53+130+12=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #35820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35820C is #CA7DF3. Grayscale: #5D5D5D. Windows color (decimal): -13270516 or 819765. OLE color: 819765.
HSL color Cylindrical-coordinate representation of color #35820C: hue angle of 99.15º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35820C is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 12 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.49 |
| HSL | 99.15º | 0.83% | 0.28% | - |
| HSV(B) | 99.15º | 0.91% | 0.51% | - |
| XYZ | 9.52 | 16.75 | 3.08 | - |
| YUV | 93.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 12 | 0.59 | 0 | 0.91 | 0.49 | 99.15 | 0.83 | 0.28 |
| Hex | 35 | 82 | C | 3B | 0 | 5B | 31 | 63 | 53 | 1C |
| Octal | 65 | 202 | 14 | 73 | 0 | 133 | 61 | 143 | 123 | 34 |
| Binary | 110101 | 10000010 | 1100 | 111011 | 0 | 1011011 | 110001 | 1100011 | 1010011 | 11100 |
Color Harmonies of #35820C
Complementary color
Monochromatic Colors of #35820C
Black with #35820C
Text Example
Text Example
White with #35820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35820C; }
p { color: rgb(53,130,12); }
H1.HeaderClassName
{
color: #35820C;
}
.AnyTagClassName
{
color: #35820C;
}
</style>
background-color css
<style>
a { background-color: #35820C; }
a { background-color: rgb(53,130,12); }
div.DivClassName
{
background-color: #35820C;
}
.BgClassName
{
background-color: #35820C;
}
</style>
border-color css
<style>
span { border-color: #35820C; }
span { border-color: rgb(53,130,12); }
td.TdClassName
{
border-color: #35820C;
}
.TagClassName
{
border-color: #35820C;
}
</style>