Shades of Sea Green #318764
Tints of Sea Green #318764
RGB
CMYK
RGB Variations
Color information
#318764 (or 0x318764) is known color: Sea Green. HEX triplet: 31, 87 and 64. RGB value is (49,135,100). Sum of RGB (Red+Green+Blue) = 49+135+100=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #318764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318764 is #CE789B. Grayscale: #696969. Windows color (decimal): -13531292 or 6588209. OLE color: 6588209.
HSL color Cylindrical-coordinate representation of color #318764: hue angle of 155.58º 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 #318764 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 135 | 100 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.47 |
| HSL | 155.58º | 0.47% | 0.36% | - |
| HSV(B) | 155.58º | 0.64% | 0.53% | - |
| XYZ | 12.23 | 18.9 | 15.06 | - |
| YUV | 105.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 100 | 0.64 | 0 | 0.26 | 0.47 | 155.58 | 0.47 | 0.36 |
| Hex | 31 | 87 | 64 | 40 | 0 | 1A | 2F | 9C | 2F | 24 |
| Octal | 61 | 207 | 144 | 100 | 0 | 32 | 57 | 234 | 57 | 44 |
| Binary | 110001 | 10000111 | 1100100 | 1000000 | 0 | 11010 | 101111 | 10011100 | 101111 | 100100 |
Color Harmonies of #318764
Complementary color
Monochromatic Colors of #318764
Black with #318764
Text Example
Text Example
White with #318764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318764; }
p { color: rgb(49,135,100); }
H1.HeaderClassName
{
color: #318764;
}
.AnyTagClassName
{
color: #318764;
}
</style>
background-color css
<style>
a { background-color: #318764; }
a { background-color: rgb(49,135,100); }
div.DivClassName
{
background-color: #318764;
}
.BgClassName
{
background-color: #318764;
}
</style>
border-color css
<style>
span { border-color: #318764; }
span { border-color: rgb(49,135,100); }
td.TdClassName
{
border-color: #318764;
}
.TagClassName
{
border-color: #318764;
}
</style>