Shades of Bilbao #357F23
Tints of Bilbao #357F23
RGB
CMYK
RGB Variations
Color information
#357F23 (or 0x357F23) is known color: Bilbao. HEX triplet: 35, 7F and 23. RGB value is (53,127,35). Sum of RGB (Red+Green+Blue) = 53+127+35=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #357F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F23 is #CA80DC. Grayscale: #5E5E5E. Windows color (decimal): -13271261 or 2326325. OLE color: 2326325.
HSL color Cylindrical-coordinate representation of color #357F23: hue angle of 108.26º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #357F23 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 35 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.50 |
| HSL | 108.26º | 0.57% | 0.32% | - |
| HSV(B) | 108.26º | 0.72% | 0.5% | - |
| XYZ | 9.36 | 16.06 | 4.2 | - |
| YUV | 94.39 | 94.48 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 35 | 0.58 | 0 | 0.72 | 0.50 | 108.26 | 0.57 | 0.32 |
| Hex | 35 | 7F | 23 | 3A | 0 | 48 | 32 | 6C | 39 | 20 |
| Octal | 65 | 177 | 43 | 72 | 0 | 110 | 62 | 154 | 71 | 40 |
| Binary | 110101 | 1111111 | 100011 | 111010 | 0 | 1001000 | 110010 | 1101100 | 111001 | 100000 |
Color Harmonies of #357F23
Complementary color
Monochromatic Colors of #357F23
Black with #357F23
Text Example
Text Example
White with #357F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F23; }
p { color: rgb(53,127,35); }
H1.HeaderClassName
{
color: #357F23;
}
.AnyTagClassName
{
color: #357F23;
}
</style>
background-color css
<style>
a { background-color: #357F23; }
a { background-color: rgb(53,127,35); }
div.DivClassName
{
background-color: #357F23;
}
.BgClassName
{
background-color: #357F23;
}
</style>
border-color css
<style>
span { border-color: #357F23; }
span { border-color: rgb(53,127,35); }
td.TdClassName
{
border-color: #357F23;
}
.TagClassName
{
border-color: #357F23;
}
</style>