Shades of Spectra #355B4A
Tints of Spectra #355B4A
RGB
CMYK
RGB Variations
Color information
#355B4A (or 0x355B4A) is known color: Spectra. HEX triplet: 35, 5B and 4A. RGB value is (53,91,74). Sum of RGB (Red+Green+Blue) = 53+91+74=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #355B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B4A is #CAA4B5. Grayscale: #4D4D4D. Windows color (decimal): -13280438 or 4873013. OLE color: 4873013.
HSL color Cylindrical-coordinate representation of color #355B4A: hue angle of 153.16º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355B4A is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 74 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.64 |
| HSL | 153.16º | 0.26% | 0.28% | - |
| HSV(B) | 153.16º | 0.42% | 0.36% | - |
| XYZ | 6.45 | 8.73 | 7.82 | - |
| YUV | 77.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 74 | 0.42 | 0 | 0.19 | 0.64 | 153.16 | 0.26 | 0.28 |
| Hex | 35 | 5B | 4A | 2A | 0 | 13 | 40 | 99 | 1A | 1C |
| Octal | 65 | 133 | 112 | 52 | 0 | 23 | 100 | 231 | 32 | 34 |
| Binary | 110101 | 1011011 | 1001010 | 101010 | 0 | 10011 | 1000000 | 10011001 | 11010 | 11100 |
Color Harmonies of #355B4A
Complementary color
Monochromatic Colors of #355B4A
Black with #355B4A
Text Example
Text Example
White with #355B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B4A; }
p { color: rgb(53,91,74); }
H1.HeaderClassName
{
color: #355B4A;
}
.AnyTagClassName
{
color: #355B4A;
}
</style>
background-color css
<style>
a { background-color: #355B4A; }
a { background-color: rgb(53,91,74); }
div.DivClassName
{
background-color: #355B4A;
}
.BgClassName
{
background-color: #355B4A;
}
</style>
border-color css
<style>
span { border-color: #355B4A; }
span { border-color: rgb(53,91,74); }
td.TdClassName
{
border-color: #355B4A;
}
.TagClassName
{
border-color: #355B4A;
}
</style>