Shades of Sea Green #349254
Tints of Sea Green #349254
RGB
CMYK
RGB Variations
Color information
#349254 (or 0x349254) is known color: Sea Green. HEX triplet: 34, 92 and 54. RGB value is (52,146,84). Sum of RGB (Red+Green+Blue) = 52+146+84=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #349254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349254 is #CB6DAB. Grayscale: #6E6E6E. Windows color (decimal): -13331884 or 5542452. OLE color: 5542452.
HSL color Cylindrical-coordinate representation of color #349254: hue angle of 140.43º 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 #349254 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 146 | 84 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.43 |
| HSL | 140.43º | 0.47% | 0.39% | - |
| HSV(B) | 140.43º | 0.64% | 0.57% | - |
| XYZ | 13.3 | 21.93 | 11.92 | - |
| YUV | 110.83 | 112.86 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 146 | 84 | 0.64 | 0 | 0.42 | 0.43 | 140.43 | 0.47 | 0.39 |
| Hex | 34 | 92 | 54 | 40 | 0 | 2A | 2B | 8C | 2F | 27 |
| Octal | 64 | 222 | 124 | 100 | 0 | 52 | 53 | 214 | 57 | 47 |
| Binary | 110100 | 10010010 | 1010100 | 1000000 | 0 | 101010 | 101011 | 10001100 | 101111 | 100111 |
Color Harmonies of #349254
Complementary color
Monochromatic Colors of #349254
Black with #349254
Text Example
Text Example
White with #349254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349254; }
p { color: rgb(52,146,84); }
H1.HeaderClassName
{
color: #349254;
}
.AnyTagClassName
{
color: #349254;
}
</style>
background-color css
<style>
a { background-color: #349254; }
a { background-color: rgb(52,146,84); }
div.DivClassName
{
background-color: #349254;
}
.BgClassName
{
background-color: #349254;
}
</style>
border-color css
<style>
span { border-color: #349254; }
span { border-color: rgb(52,146,84); }
td.TdClassName
{
border-color: #349254;
}
.TagClassName
{
border-color: #349254;
}
</style>