Shades of Sea Green #34905A
Tints of Sea Green #34905A
RGB
CMYK
RGB Variations
Color information
#34905A (or 0x34905A) is known color: Sea Green. HEX triplet: 34, 90 and 5A. RGB value is (52,144,90). Sum of RGB (Red+Green+Blue) = 52+144+90=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #34905A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34905A is #CB6FA5. Grayscale: #6E6E6E. Windows color (decimal): -13332390 or 5935156. OLE color: 5935156.
HSL color Cylindrical-coordinate representation of color #34905A: hue angle of 144.78º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34905A is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 90 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.44 |
| HSL | 144.78º | 0.47% | 0.38% | - |
| HSV(B) | 144.78º | 0.64% | 0.56% | - |
| XYZ | 13.23 | 21.41 | 13.11 | - |
| YUV | 110.34 | 116.52 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 90 | 0.64 | 0 | 0.37 | 0.44 | 144.78 | 0.47 | 0.38 |
| Hex | 34 | 90 | 5A | 40 | 0 | 25 | 2C | 91 | 2F | 26 |
| Octal | 64 | 220 | 132 | 100 | 0 | 45 | 54 | 221 | 57 | 46 |
| Binary | 110100 | 10010000 | 1011010 | 1000000 | 0 | 100101 | 101100 | 10010001 | 101111 | 100110 |
Color Harmonies of #34905A
Complementary color
Monochromatic Colors of #34905A
Black with #34905A
Text Example
Text Example
White with #34905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34905A; }
p { color: rgb(52,144,90); }
H1.HeaderClassName
{
color: #34905A;
}
.AnyTagClassName
{
color: #34905A;
}
</style>
background-color css
<style>
a { background-color: #34905A; }
a { background-color: rgb(52,144,90); }
div.DivClassName
{
background-color: #34905A;
}
.BgClassName
{
background-color: #34905A;
}
</style>
border-color css
<style>
span { border-color: #34905A; }
span { border-color: rgb(52,144,90); }
td.TdClassName
{
border-color: #34905A;
}
.TagClassName
{
border-color: #34905A;
}
</style>