Shades of Sea Green #38855D
Tints of Sea Green #38855D
RGB
CMYK
RGB Variations
Color information
#38855D (or 0x38855D) is known color: Sea Green. HEX triplet: 38, 85 and 5D. RGB value is (56,133,93). Sum of RGB (Red+Green+Blue) = 56+133+93=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #38855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38855D is #C77AA2. Grayscale: #696969. Windows color (decimal): -13073059 or 6128952. OLE color: 6128952.
HSL color Cylindrical-coordinate representation of color #38855D: hue angle of 148.83º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38855D is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 56 | 133 | 93 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.48 |
| HSL | 148.83º | 0.41% | 0.37% | - |
| HSV(B) | 148.83º | 0.58% | 0.52% | - |
| XYZ | 11.99 | 18.41 | 13.28 | - |
| YUV | 105.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 93 | 0.58 | 0 | 0.30 | 0.48 | 148.83 | 0.41 | 0.37 |
| Hex | 38 | 85 | 5D | 3A | 0 | 1E | 30 | 95 | 29 | 25 |
| Octal | 70 | 205 | 135 | 72 | 0 | 36 | 60 | 225 | 51 | 45 |
| Binary | 111000 | 10000101 | 1011101 | 111010 | 0 | 11110 | 110000 | 10010101 | 101001 | 100101 |
Color Harmonies of #38855D
Complementary color
Monochromatic Colors of #38855D
Black with #38855D
Text Example
Text Example
White with #38855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38855D; }
p { color: rgb(56,133,93); }
H1.HeaderClassName
{
color: #38855D;
}
.AnyTagClassName
{
color: #38855D;
}
</style>
background-color css
<style>
a { background-color: #38855D; }
a { background-color: rgb(56,133,93); }
div.DivClassName
{
background-color: #38855D;
}
.BgClassName
{
background-color: #38855D;
}
</style>
border-color css
<style>
span { border-color: #38855D; }
span { border-color: rgb(56,133,93); }
td.TdClassName
{
border-color: #38855D;
}
.TagClassName
{
border-color: #38855D;
}
</style>