Shades of Sea Green #35845E
Tints of Sea Green #35845E
RGB
CMYK
RGB Variations
Color information
#35845E (or 0x35845E) is known color: Sea Green. HEX triplet: 35, 84 and 5E. RGB value is (53,132,94). Sum of RGB (Red+Green+Blue) = 53+132+94=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #35845E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35845E is #CA7BA1. Grayscale: #686868. Windows color (decimal): -13269922 or 6194229. OLE color: 6194229.
HSL color Cylindrical-coordinate representation of color #35845E: hue angle of 151.14º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35845E is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 132 | 94 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.48 |
| HSL | 151.14º | 0.43% | 0.36% | - |
| HSV(B) | 151.14º | 0.6% | 0.52% | - |
| XYZ | 11.74 | 18.07 | 13.46 | - |
| YUV | 104.05 | 122.33 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 94 | 0.60 | 0 | 0.29 | 0.48 | 151.14 | 0.43 | 0.36 |
| Hex | 35 | 84 | 5E | 3C | 0 | 1D | 30 | 97 | 2B | 24 |
| Octal | 65 | 204 | 136 | 74 | 0 | 35 | 60 | 227 | 53 | 44 |
| Binary | 110101 | 10000100 | 1011110 | 111100 | 0 | 11101 | 110000 | 10010111 | 101011 | 100100 |
Color Harmonies of #35845E
Complementary color
Monochromatic Colors of #35845E
Black with #35845E
Text Example
Text Example
White with #35845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35845E; }
p { color: rgb(53,132,94); }
H1.HeaderClassName
{
color: #35845E;
}
.AnyTagClassName
{
color: #35845E;
}
</style>
background-color css
<style>
a { background-color: #35845E; }
a { background-color: rgb(53,132,94); }
div.DivClassName
{
background-color: #35845E;
}
.BgClassName
{
background-color: #35845E;
}
</style>
border-color css
<style>
span { border-color: #35845E; }
span { border-color: rgb(53,132,94); }
td.TdClassName
{
border-color: #35845E;
}
.TagClassName
{
border-color: #35845E;
}
</style>