Shades of Sea Green #338455
Tints of Sea Green #338455
RGB
CMYK
RGB Variations
Color information
#338455 (or 0x338455) is known color: Sea Green. HEX triplet: 33, 84 and 55. RGB value is (51,132,85). Sum of RGB (Red+Green+Blue) = 51+132+85=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #338455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338455 is #CC7BAA. Grayscale: #666666. Windows color (decimal): -13401003 or 5604403. OLE color: 5604403.
HSL color Cylindrical-coordinate representation of color #338455: hue angle of 145.19º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338455 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 132 | 85 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.48 |
| HSL | 145.19º | 0.44% | 0.36% | - |
| HSV(B) | 145.19º | 0.61% | 0.52% | - |
| XYZ | 11.26 | 17.86 | 11.45 | - |
| YUV | 102.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 85 | 0.61 | 0 | 0.36 | 0.48 | 145.19 | 0.44 | 0.36 |
| Hex | 33 | 84 | 55 | 3D | 0 | 24 | 30 | 91 | 2C | 24 |
| Octal | 63 | 204 | 125 | 75 | 0 | 44 | 60 | 221 | 54 | 44 |
| Binary | 110011 | 10000100 | 1010101 | 111101 | 0 | 100100 | 110000 | 10010001 | 101100 | 100100 |
Color Harmonies of #338455
Complementary color
Monochromatic Colors of #338455
Black with #338455
Text Example
Text Example
White with #338455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338455; }
p { color: rgb(51,132,85); }
H1.HeaderClassName
{
color: #338455;
}
.AnyTagClassName
{
color: #338455;
}
</style>
background-color css
<style>
a { background-color: #338455; }
a { background-color: rgb(51,132,85); }
div.DivClassName
{
background-color: #338455;
}
.BgClassName
{
background-color: #338455;
}
</style>
border-color css
<style>
span { border-color: #338455; }
span { border-color: rgb(51,132,85); }
td.TdClassName
{
border-color: #338455;
}
.TagClassName
{
border-color: #338455;
}
</style>