Shades of Sea Green #34885A
Tints of Sea Green #34885A
RGB
CMYK
RGB Variations
Color information
#34885A (or 0x34885A) is known color: Sea Green. HEX triplet: 34, 88 and 5A. RGB value is (52,136,90). Sum of RGB (Red+Green+Blue) = 52+136+90=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #34885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34885A is #CB77A5. Grayscale: #696969. Windows color (decimal): -13334438 or 5933108. OLE color: 5933108.
HSL color Cylindrical-coordinate representation of color #34885A: hue angle of 147.14º 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 #34885A is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 90 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.47 |
| HSL | 147.14º | 0.45% | 0.37% | - |
| HSV(B) | 147.14º | 0.62% | 0.53% | - |
| XYZ | 12.07 | 19.08 | 12.72 | - |
| YUV | 105.64 | 119.17 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 90 | 0.62 | 0 | 0.34 | 0.47 | 147.14 | 0.45 | 0.37 |
| Hex | 34 | 88 | 5A | 3E | 0 | 22 | 2F | 93 | 2D | 25 |
| Octal | 64 | 210 | 132 | 76 | 0 | 42 | 57 | 223 | 55 | 45 |
| Binary | 110100 | 10001000 | 1011010 | 111110 | 0 | 100010 | 101111 | 10010011 | 101101 | 100101 |
Color Harmonies of #34885A
Complementary color
Monochromatic Colors of #34885A
Black with #34885A
Text Example
Text Example
White with #34885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34885A; }
p { color: rgb(52,136,90); }
H1.HeaderClassName
{
color: #34885A;
}
.AnyTagClassName
{
color: #34885A;
}
</style>
background-color css
<style>
a { background-color: #34885A; }
a { background-color: rgb(52,136,90); }
div.DivClassName
{
background-color: #34885A;
}
.BgClassName
{
background-color: #34885A;
}
</style>
border-color css
<style>
span { border-color: #34885A; }
span { border-color: rgb(52,136,90); }
td.TdClassName
{
border-color: #34885A;
}
.TagClassName
{
border-color: #34885A;
}
</style>