Shades of Sea Green #34914E
Tints of Sea Green #34914E
RGB
CMYK
RGB Variations
Color information
#34914E (or 0x34914E) is known color: Sea Green. HEX triplet: 34, 91 and 4E. RGB value is (52,145,78). Sum of RGB (Red+Green+Blue) = 52+145+78=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #34914E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34914E is #CB6EB1. Grayscale: #6D6D6D. Windows color (decimal): -13332146 or 5148980. OLE color: 5148980.
HSL color Cylindrical-coordinate representation of color #34914E: hue angle of 136.77º 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 #34914E is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 78 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.43 |
| HSL | 136.77º | 0.47% | 0.39% | - |
| HSV(B) | 136.77º | 0.64% | 0.57% | - |
| XYZ | 12.92 | 21.53 | 10.68 | - |
| YUV | 109.56 | 110.19 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 78 | 0.64 | 0 | 0.46 | 0.43 | 136.77 | 0.47 | 0.39 |
| Hex | 34 | 91 | 4E | 40 | 0 | 2E | 2B | 89 | 2F | 27 |
| Octal | 64 | 221 | 116 | 100 | 0 | 56 | 53 | 211 | 57 | 47 |
| Binary | 110100 | 10010001 | 1001110 | 1000000 | 0 | 101110 | 101011 | 10001001 | 101111 | 100111 |
Color Harmonies of #34914E
Complementary color
Monochromatic Colors of #34914E
Black with #34914E
Text Example
Text Example
White with #34914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34914E; }
p { color: rgb(52,145,78); }
H1.HeaderClassName
{
color: #34914E;
}
.AnyTagClassName
{
color: #34914E;
}
</style>
background-color css
<style>
a { background-color: #34914E; }
a { background-color: rgb(52,145,78); }
div.DivClassName
{
background-color: #34914E;
}
.BgClassName
{
background-color: #34914E;
}
</style>
border-color css
<style>
span { border-color: #34914E; }
span { border-color: rgb(52,145,78); }
td.TdClassName
{
border-color: #34914E;
}
.TagClassName
{
border-color: #34914E;
}
</style>