Shades of Sea Green #338A52
Tints of Sea Green #338A52
RGB
CMYK
RGB Variations
Color information
#338A52 (or 0x338A52) is known color: Sea Green. HEX triplet: 33, 8A and 52. RGB value is (51,138,82). Sum of RGB (Red+Green+Blue) = 51+138+82=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #338A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338A52 is #CC75AD. Grayscale: #696969. Windows color (decimal): -13399470 or 5409331. OLE color: 5409331.
HSL color Cylindrical-coordinate representation of color #338A52: hue angle of 141.38º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A52 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 82 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.46 |
| HSL | 141.38º | 0.46% | 0.37% | - |
| HSV(B) | 141.38º | 0.63% | 0.54% | - |
| XYZ | 11.98 | 19.49 | 11.11 | - |
| YUV | 105.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 82 | 0.63 | 0 | 0.41 | 0.46 | 141.38 | 0.46 | 0.37 |
| Hex | 33 | 8A | 52 | 3F | 0 | 29 | 2E | 8D | 2E | 25 |
| Octal | 63 | 212 | 122 | 77 | 0 | 51 | 56 | 215 | 56 | 45 |
| Binary | 110011 | 10001010 | 1010010 | 111111 | 0 | 101001 | 101110 | 10001101 | 101110 | 100101 |
Color Harmonies of #338A52
Complementary color
Monochromatic Colors of #338A52
Black with #338A52
Text Example
Text Example
White with #338A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A52; }
p { color: rgb(51,138,82); }
H1.HeaderClassName
{
color: #338A52;
}
.AnyTagClassName
{
color: #338A52;
}
</style>
background-color css
<style>
a { background-color: #338A52; }
a { background-color: rgb(51,138,82); }
div.DivClassName
{
background-color: #338A52;
}
.BgClassName
{
background-color: #338A52;
}
</style>
border-color css
<style>
span { border-color: #338A52; }
span { border-color: rgb(51,138,82); }
td.TdClassName
{
border-color: #338A52;
}
.TagClassName
{
border-color: #338A52;
}
</style>