Shades of Bilbao #35802C
Tints of Bilbao #35802C
RGB
CMYK
RGB Variations
Color information
#35802C (or 0x35802C) is known color: Bilbao. HEX triplet: 35, 80 and 2C. RGB value is (53,128,44). Sum of RGB (Red+Green+Blue) = 53+128+44=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #35802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35802C is #CA7FD3. Grayscale: #606060. Windows color (decimal): -13270996 or 2916405. OLE color: 2916405.
HSL color Cylindrical-coordinate representation of color #35802C: hue angle of 113.57º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35802C is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 44 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.50 |
| HSL | 113.57º | 0.49% | 0.34% | - |
| HSV(B) | 113.57º | 0.66% | 0.5% | - |
| XYZ | 9.64 | 16.38 | 5.04 | - |
| YUV | 96 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 44 | 0.59 | 0 | 0.66 | 0.50 | 113.57 | 0.49 | 0.34 |
| Hex | 35 | 80 | 2C | 3B | 0 | 42 | 32 | 72 | 31 | 22 |
| Octal | 65 | 200 | 54 | 73 | 0 | 102 | 62 | 162 | 61 | 42 |
| Binary | 110101 | 10000000 | 101100 | 111011 | 0 | 1000010 | 110010 | 1110010 | 110001 | 100010 |
Color Harmonies of #35802C
Complementary color
Monochromatic Colors of #35802C
Black with #35802C
Text Example
Text Example
White with #35802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35802C; }
p { color: rgb(53,128,44); }
H1.HeaderClassName
{
color: #35802C;
}
.AnyTagClassName
{
color: #35802C;
}
</style>
background-color css
<style>
a { background-color: #35802C; }
a { background-color: rgb(53,128,44); }
div.DivClassName
{
background-color: #35802C;
}
.BgClassName
{
background-color: #35802C;
}
</style>
border-color css
<style>
span { border-color: #35802C; }
span { border-color: rgb(53,128,44); }
td.TdClassName
{
border-color: #35802C;
}
.TagClassName
{
border-color: #35802C;
}
</style>