Shades of Sea Green #349153
Tints of Sea Green #349153
RGB
CMYK
RGB Variations
Color information
#349153 (or 0x349153) is known color: Sea Green. HEX triplet: 34, 91 and 53. RGB value is (52,145,83). Sum of RGB (Red+Green+Blue) = 52+145+83=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #349153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349153 is #CB6EAC. Grayscale: #6E6E6E. Windows color (decimal): -13332141 or 5476660. OLE color: 5476660.
HSL color Cylindrical-coordinate representation of color #349153: hue angle of 140º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349153 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 83 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.43 |
| HSL | 140º | 0.47% | 0.39% | - |
| HSV(B) | 140º | 0.64% | 0.57% | - |
| XYZ | 13.1 | 21.61 | 11.66 | - |
| YUV | 110.13 | 112.69 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 83 | 0.64 | 0 | 0.43 | 0.43 | 140 | 0.47 | 0.39 |
| Hex | 34 | 91 | 53 | 40 | 0 | 2B | 2B | 8C | 2F | 27 |
| Octal | 64 | 221 | 123 | 100 | 0 | 53 | 53 | 214 | 57 | 47 |
| Binary | 110100 | 10010001 | 1010011 | 1000000 | 0 | 101011 | 101011 | 10001100 | 101111 | 100111 |
Color Harmonies of #349153
Complementary color
Monochromatic Colors of #349153
Black with #349153
Text Example
Text Example
White with #349153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349153; }
p { color: rgb(52,145,83); }
H1.HeaderClassName
{
color: #349153;
}
.AnyTagClassName
{
color: #349153;
}
</style>
background-color css
<style>
a { background-color: #349153; }
a { background-color: rgb(52,145,83); }
div.DivClassName
{
background-color: #349153;
}
.BgClassName
{
background-color: #349153;
}
</style>
border-color css
<style>
span { border-color: #349153; }
span { border-color: rgb(52,145,83); }
td.TdClassName
{
border-color: #349153;
}
.TagClassName
{
border-color: #349153;
}
</style>