Shades of Sea Green #35914D
Tints of Sea Green #35914D
RGB
CMYK
RGB Variations
Color information
#35914D (or 0x35914D) is known color: Sea Green. HEX triplet: 35, 91 and 4D. RGB value is (53,145,77). Sum of RGB (Red+Green+Blue) = 53+145+77=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #35914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35914D is #CA6EB2. Grayscale: #6D6D6D. Windows color (decimal): -13266611 or 5083445. OLE color: 5083445.
HSL color Cylindrical-coordinate representation of color #35914D: hue angle of 135.65º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35914D is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 145 | 77 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.43 |
| HSL | 135.65º | 0.46% | 0.39% | - |
| HSV(B) | 135.65º | 0.63% | 0.57% | - |
| XYZ | 12.93 | 21.54 | 10.5 | - |
| YUV | 109.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 77 | 0.63 | 0 | 0.47 | 0.43 | 135.65 | 0.46 | 0.39 |
| Hex | 35 | 91 | 4D | 3F | 0 | 2F | 2B | 88 | 2E | 27 |
| Octal | 65 | 221 | 115 | 77 | 0 | 57 | 53 | 210 | 56 | 47 |
| Binary | 110101 | 10010001 | 1001101 | 111111 | 0 | 101111 | 101011 | 10001000 | 101110 | 100111 |
Color Harmonies of #35914D
Complementary color
Monochromatic Colors of #35914D
Black with #35914D
Text Example
Text Example
White with #35914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35914D; }
p { color: rgb(53,145,77); }
H1.HeaderClassName
{
color: #35914D;
}
.AnyTagClassName
{
color: #35914D;
}
</style>
background-color css
<style>
a { background-color: #35914D; }
a { background-color: rgb(53,145,77); }
div.DivClassName
{
background-color: #35914D;
}
.BgClassName
{
background-color: #35914D;
}
</style>
border-color css
<style>
span { border-color: #35914D; }
span { border-color: rgb(53,145,77); }
td.TdClassName
{
border-color: #35914D;
}
.TagClassName
{
border-color: #35914D;
}
</style>