Shades of Sea Green #34885C
Tints of Sea Green #34885C
RGB
CMYK
RGB Variations
Color information
#34885C (or 0x34885C) is known color: Sea Green. HEX triplet: 34, 88 and 5C. RGB value is (52,136,92). Sum of RGB (Red+Green+Blue) = 52+136+92=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #34885C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34885C is #CB77A3. Grayscale: #696969. Windows color (decimal): -13334436 or 6064180. OLE color: 6064180.
HSL color Cylindrical-coordinate representation of color #34885C: hue angle of 148.57º 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 #34885C is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 92 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.47 |
| HSL | 148.57º | 0.45% | 0.37% | - |
| HSV(B) | 148.57º | 0.62% | 0.53% | - |
| XYZ | 12.15 | 19.11 | 13.17 | - |
| YUV | 105.87 | 120.17 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 92 | 0.62 | 0 | 0.32 | 0.47 | 148.57 | 0.45 | 0.37 |
| Hex | 34 | 88 | 5C | 3E | 0 | 20 | 2F | 95 | 2D | 25 |
| Octal | 64 | 210 | 134 | 76 | 0 | 40 | 57 | 225 | 55 | 45 |
| Binary | 110100 | 10001000 | 1011100 | 111110 | 0 | 100000 | 101111 | 10010101 | 101101 | 100101 |
Color Harmonies of #34885C
Complementary color
Monochromatic Colors of #34885C
Black with #34885C
Text Example
Text Example
White with #34885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34885C; }
p { color: rgb(52,136,92); }
H1.HeaderClassName
{
color: #34885C;
}
.AnyTagClassName
{
color: #34885C;
}
</style>
background-color css
<style>
a { background-color: #34885C; }
a { background-color: rgb(52,136,92); }
div.DivClassName
{
background-color: #34885C;
}
.BgClassName
{
background-color: #34885C;
}
</style>
border-color css
<style>
span { border-color: #34885C; }
span { border-color: rgb(52,136,92); }
td.TdClassName
{
border-color: #34885C;
}
.TagClassName
{
border-color: #34885C;
}
</style>