Shades of Sea Green #34905B
Tints of Sea Green #34905B
RGB
CMYK
RGB Variations
Color information
#34905B (or 0x34905B) is known color: Sea Green. HEX triplet: 34, 90 and 5B. RGB value is (52,144,91). Sum of RGB (Red+Green+Blue) = 52+144+91=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #34905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34905B is #CB6FA4. Grayscale: #6E6E6E. Windows color (decimal): -13332389 or 6000692. OLE color: 6000692.
HSL color Cylindrical-coordinate representation of color #34905B: hue angle of 145.43º 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 #34905B is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 91 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.44 |
| HSL | 145.43º | 0.47% | 0.38% | - |
| HSV(B) | 145.43º | 0.64% | 0.56% | - |
| XYZ | 13.28 | 21.43 | 13.33 | - |
| YUV | 110.45 | 117.02 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 91 | 0.64 | 0 | 0.37 | 0.44 | 145.43 | 0.47 | 0.38 |
| Hex | 34 | 90 | 5B | 40 | 0 | 25 | 2C | 91 | 2F | 26 |
| Octal | 64 | 220 | 133 | 100 | 0 | 45 | 54 | 221 | 57 | 46 |
| Binary | 110100 | 10010000 | 1011011 | 1000000 | 0 | 100101 | 101100 | 10010001 | 101111 | 100110 |
Color Harmonies of #34905B
Complementary color
Monochromatic Colors of #34905B
Black with #34905B
Text Example
Text Example
White with #34905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34905B; }
p { color: rgb(52,144,91); }
H1.HeaderClassName
{
color: #34905B;
}
.AnyTagClassName
{
color: #34905B;
}
</style>
background-color css
<style>
a { background-color: #34905B; }
a { background-color: rgb(52,144,91); }
div.DivClassName
{
background-color: #34905B;
}
.BgClassName
{
background-color: #34905B;
}
</style>
border-color css
<style>
span { border-color: #34905B; }
span { border-color: rgb(52,144,91); }
td.TdClassName
{
border-color: #34905B;
}
.TagClassName
{
border-color: #34905B;
}
</style>