Shades of Bilbao #35852C
Tints of Bilbao #35852C
RGB
CMYK
RGB Variations
Color information
#35852C (or 0x35852C) is known color: Bilbao. HEX triplet: 35, 85 and 2C. RGB value is (53,133,44). Sum of RGB (Red+Green+Blue) = 53+133+44=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #35852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35852C is #CA7AD3. Grayscale: #636363. Windows color (decimal): -13269716 or 2917685. OLE color: 2917685.
HSL color Cylindrical-coordinate representation of color #35852C: hue angle of 113.93º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35852C is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 44 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.48 |
| HSL | 113.93º | 0.5% | 0.35% | - |
| HSV(B) | 113.93º | 0.67% | 0.52% | - |
| XYZ | 10.31 | 17.71 | 5.26 | - |
| YUV | 98.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 44 | 0.60 | 0 | 0.67 | 0.48 | 113.93 | 0.5 | 0.35 |
| Hex | 35 | 85 | 2C | 3C | 0 | 43 | 30 | 72 | 32 | 23 |
| Octal | 65 | 205 | 54 | 74 | 0 | 103 | 60 | 162 | 62 | 43 |
| Binary | 110101 | 10000101 | 101100 | 111100 | 0 | 1000011 | 110000 | 1110010 | 110010 | 100011 |
Color Harmonies of #35852C
Complementary color
Monochromatic Colors of #35852C
Black with #35852C
Text Example
Text Example
White with #35852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35852C; }
p { color: rgb(53,133,44); }
H1.HeaderClassName
{
color: #35852C;
}
.AnyTagClassName
{
color: #35852C;
}
</style>
background-color css
<style>
a { background-color: #35852C; }
a { background-color: rgb(53,133,44); }
div.DivClassName
{
background-color: #35852C;
}
.BgClassName
{
background-color: #35852C;
}
</style>
border-color css
<style>
span { border-color: #35852C; }
span { border-color: rgb(53,133,44); }
td.TdClassName
{
border-color: #35852C;
}
.TagClassName
{
border-color: #35852C;
}
</style>