Shades of Spectra #355C4B
Tints of Spectra #355C4B
RGB
CMYK
RGB Variations
Color information
#355C4B (or 0x355C4B) is known color: Spectra. HEX triplet: 35, 5C and 4B. RGB value is (53,92,75). Sum of RGB (Red+Green+Blue) = 53+92+75=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 92 - color contains mainly: green. Hex color #355C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C4B is #CAA3B4. Grayscale: #4E4E4E. Windows color (decimal): -13280181 or 4938805. OLE color: 4938805.
HSL color Cylindrical-coordinate representation of color #355C4B: hue angle of 153.85º degrees, saturation: 0.27, 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 #355C4B is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 92 | 75 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.64 |
| HSL | 153.85º | 0.27% | 0.28% | - |
| HSV(B) | 153.85º | 0.42% | 0.36% | - |
| XYZ | 6.57 | 8.92 | 8.03 | - |
| YUV | 78.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 75 | 0.42 | 0 | 0.18 | 0.64 | 153.85 | 0.27 | 0.28 |
| Hex | 35 | 5C | 4B | 2A | 0 | 12 | 40 | 9A | 1B | 1C |
| Octal | 65 | 134 | 113 | 52 | 0 | 22 | 100 | 232 | 33 | 34 |
| Binary | 110101 | 1011100 | 1001011 | 101010 | 0 | 10010 | 1000000 | 10011010 | 11011 | 11100 |
Color Harmonies of #355C4B
Complementary color
Monochromatic Colors of #355C4B
Black with #355C4B
Text Example
Text Example
White with #355C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C4B; }
p { color: rgb(53,92,75); }
H1.HeaderClassName
{
color: #355C4B;
}
.AnyTagClassName
{
color: #355C4B;
}
</style>
background-color css
<style>
a { background-color: #355C4B; }
a { background-color: rgb(53,92,75); }
div.DivClassName
{
background-color: #355C4B;
}
.BgClassName
{
background-color: #355C4B;
}
</style>
border-color css
<style>
span { border-color: #355C4B; }
span { border-color: rgb(53,92,75); }
td.TdClassName
{
border-color: #355C4B;
}
.TagClassName
{
border-color: #355C4B;
}
</style>