Shades of Sea Green #31875C
Tints of Sea Green #31875C
RGB
CMYK
RGB Variations
Color information
#31875C (or 0x31875C) is known color: Sea Green. HEX triplet: 31, 87 and 5C. RGB value is (49,135,92). Sum of RGB (Red+Green+Blue) = 49+135+92=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #31875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31875C is #CE78A3. Grayscale: #686868. Windows color (decimal): -13531300 or 6063921. OLE color: 6063921.
HSL color Cylindrical-coordinate representation of color #31875C: hue angle of 150º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31875C is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 135 | 92 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.47 |
| HSL | 150º | 0.47% | 0.36% | - |
| HSV(B) | 150º | 0.64% | 0.53% | - |
| XYZ | 11.86 | 18.75 | 13.12 | - |
| YUV | 104.38 | 121.01 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 92 | 0.64 | 0 | 0.32 | 0.47 | 150 | 0.47 | 0.36 |
| Hex | 31 | 87 | 5C | 40 | 0 | 20 | 2F | 96 | 2F | 24 |
| Octal | 61 | 207 | 134 | 100 | 0 | 40 | 57 | 226 | 57 | 44 |
| Binary | 110001 | 10000111 | 1011100 | 1000000 | 0 | 100000 | 101111 | 10010110 | 101111 | 100100 |
Color Harmonies of #31875C
Complementary color
Monochromatic Colors of #31875C
Black with #31875C
Text Example
Text Example
White with #31875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31875C; }
p { color: rgb(49,135,92); }
H1.HeaderClassName
{
color: #31875C;
}
.AnyTagClassName
{
color: #31875C;
}
</style>
background-color css
<style>
a { background-color: #31875C; }
a { background-color: rgb(49,135,92); }
div.DivClassName
{
background-color: #31875C;
}
.BgClassName
{
background-color: #31875C;
}
</style>
border-color css
<style>
span { border-color: #31875C; }
span { border-color: rgb(49,135,92); }
td.TdClassName
{
border-color: #31875C;
}
.TagClassName
{
border-color: #31875C;
}
</style>