Shades of Sea Green #34875E
Tints of Sea Green #34875E
RGB
CMYK
RGB Variations
Color information
#34875E (or 0x34875E) is known color: Sea Green. HEX triplet: 34, 87 and 5E. RGB value is (52,135,94). Sum of RGB (Red+Green+Blue) = 52+135+94=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #34875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34875E is #CB78A1. Grayscale: #696969. Windows color (decimal): -13334690 or 6194996. OLE color: 6194996.
HSL color Cylindrical-coordinate representation of color #34875E: hue angle of 150.36º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34875E is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 135 | 94 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.47 |
| HSL | 150.36º | 0.44% | 0.37% | - |
| HSV(B) | 150.36º | 0.61% | 0.53% | - |
| XYZ | 12.1 | 18.87 | 13.59 | - |
| YUV | 105.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 135 | 94 | 0.61 | 0 | 0.30 | 0.47 | 150.36 | 0.44 | 0.37 |
| Hex | 34 | 87 | 5E | 3D | 0 | 1E | 2F | 96 | 2C | 25 |
| Octal | 64 | 207 | 136 | 75 | 0 | 36 | 57 | 226 | 54 | 45 |
| Binary | 110100 | 10000111 | 1011110 | 111101 | 0 | 11110 | 101111 | 10010110 | 101100 | 100101 |
Color Harmonies of #34875E
Complementary color
Monochromatic Colors of #34875E
Black with #34875E
Text Example
Text Example
White with #34875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34875E; }
p { color: rgb(52,135,94); }
H1.HeaderClassName
{
color: #34875E;
}
.AnyTagClassName
{
color: #34875E;
}
</style>
background-color css
<style>
a { background-color: #34875E; }
a { background-color: rgb(52,135,94); }
div.DivClassName
{
background-color: #34875E;
}
.BgClassName
{
background-color: #34875E;
}
</style>
border-color css
<style>
span { border-color: #34875E; }
span { border-color: rgb(52,135,94); }
td.TdClassName
{
border-color: #34875E;
}
.TagClassName
{
border-color: #34875E;
}
</style>