Shades of Sea Green #34885E
Tints of Sea Green #34885E
RGB
CMYK
RGB Variations
Color information
#34885E (or 0x34885E) is known color: Sea Green. HEX triplet: 34, 88 and 5E. RGB value is (52,136,94). Sum of RGB (Red+Green+Blue) = 52+136+94=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #34885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34885E is #CB77A1. Grayscale: #6A6A6A. Windows color (decimal): -13334434 or 6195252. OLE color: 6195252.
HSL color Cylindrical-coordinate representation of color #34885E: hue angle of 150º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34885E is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 94 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.47 |
| HSL | 150º | 0.45% | 0.37% | - |
| HSV(B) | 150º | 0.62% | 0.53% | - |
| XYZ | 12.24 | 19.15 | 13.64 | - |
| YUV | 106.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 94 | 0.62 | 0 | 0.31 | 0.47 | 150 | 0.45 | 0.37 |
| Hex | 34 | 88 | 5E | 3E | 0 | 1F | 2F | 96 | 2D | 25 |
| Octal | 64 | 210 | 136 | 76 | 0 | 37 | 57 | 226 | 55 | 45 |
| Binary | 110100 | 10001000 | 1011110 | 111110 | 0 | 11111 | 101111 | 10010110 | 101101 | 100101 |
Color Harmonies of #34885E
Complementary color
Monochromatic Colors of #34885E
Black with #34885E
Text Example
Text Example
White with #34885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34885E; }
p { color: rgb(52,136,94); }
H1.HeaderClassName
{
color: #34885E;
}
.AnyTagClassName
{
color: #34885E;
}
</style>
background-color css
<style>
a { background-color: #34885E; }
a { background-color: rgb(52,136,94); }
div.DivClassName
{
background-color: #34885E;
}
.BgClassName
{
background-color: #34885E;
}
</style>
border-color css
<style>
span { border-color: #34885E; }
span { border-color: rgb(52,136,94); }
td.TdClassName
{
border-color: #34885E;
}
.TagClassName
{
border-color: #34885E;
}
</style>