Shades of Medium Sea Green #3DB461
Tints of Medium Sea Green #3DB461
RGB
CMYK
RGB Variations
Color information
#3DB461 (or 0x3DB461) is known color: Medium Sea Green. HEX triplet: 3D, B4 and 61. RGB value is (61,180,97). Sum of RGB (Red+Green+Blue) = 61+180+97=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB461 is #C24B9E. Grayscale: #878787. Windows color (decimal): -12733343 or 6403133. OLE color: 6403133.
HSL color Cylindrical-coordinate representation of color #3DB461: hue angle of 138.15º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB461 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 97 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.29 |
| HSL | 138.15º | 0.49% | 0.47% | - |
| HSV(B) | 138.15º | 0.66% | 0.71% | - |
| XYZ | 20.4 | 34.5 | 16.89 | - |
| YUV | 134.96 | 106.58 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 97 | 0.66 | 0 | 0.46 | 0.29 | 138.15 | 0.49 | 0.47 |
| Hex | 3D | B4 | 61 | 42 | 0 | 2E | 1D | 8A | 31 | 2F |
| Octal | 75 | 264 | 141 | 102 | 0 | 56 | 35 | 212 | 61 | 57 |
| Binary | 111101 | 10110100 | 1100001 | 1000010 | 0 | 101110 | 11101 | 10001010 | 110001 | 101111 |
Color Harmonies of #3DB461
Complementary color
Monochromatic Colors of #3DB461
Black with #3DB461
Text Example
Text Example
White with #3DB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB461; }
p { color: rgb(61,180,97); }
H1.HeaderClassName
{
color: #3DB461;
}
.AnyTagClassName
{
color: #3DB461;
}
</style>
background-color css
<style>
a { background-color: #3DB461; }
a { background-color: rgb(61,180,97); }
div.DivClassName
{
background-color: #3DB461;
}
.BgClassName
{
background-color: #3DB461;
}
</style>
border-color css
<style>
span { border-color: #3DB461; }
span { border-color: rgb(61,180,97); }
td.TdClassName
{
border-color: #3DB461;
}
.TagClassName
{
border-color: #3DB461;
}
</style>