Shades of Sea Green #34865F
Tints of Sea Green #34865F
RGB
CMYK
RGB Variations
Color information
#34865F (or 0x34865F) is known color: Sea Green. HEX triplet: 34, 86 and 5F. RGB value is (52,134,95). Sum of RGB (Red+Green+Blue) = 52+134+95=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #34865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34865F is #CB79A0. Grayscale: #696969. Windows color (decimal): -13334945 or 6260276. OLE color: 6260276.
HSL color Cylindrical-coordinate representation of color #34865F: hue angle of 151.46º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34865F is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 95 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.47 |
| HSL | 151.46º | 0.44% | 0.36% | - |
| HSV(B) | 151.46º | 0.61% | 0.53% | - |
| XYZ | 12.01 | 18.61 | 13.79 | - |
| YUV | 105.04 | 122.33 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 95 | 0.61 | 0 | 0.29 | 0.47 | 151.46 | 0.44 | 0.36 |
| Hex | 34 | 86 | 5F | 3D | 0 | 1D | 2F | 97 | 2C | 24 |
| Octal | 64 | 206 | 137 | 75 | 0 | 35 | 57 | 227 | 54 | 44 |
| Binary | 110100 | 10000110 | 1011111 | 111101 | 0 | 11101 | 101111 | 10010111 | 101100 | 100100 |
Color Harmonies of #34865F
Complementary color
Monochromatic Colors of #34865F
Black with #34865F
Text Example
Text Example
White with #34865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34865F; }
p { color: rgb(52,134,95); }
H1.HeaderClassName
{
color: #34865F;
}
.AnyTagClassName
{
color: #34865F;
}
</style>
background-color css
<style>
a { background-color: #34865F; }
a { background-color: rgb(52,134,95); }
div.DivClassName
{
background-color: #34865F;
}
.BgClassName
{
background-color: #34865F;
}
</style>
border-color css
<style>
span { border-color: #34865F; }
span { border-color: rgb(52,134,95); }
td.TdClassName
{
border-color: #34865F;
}
.TagClassName
{
border-color: #34865F;
}
</style>