Shades of Dark Spring Green #13753D
Tints of Dark Spring Green #13753D
RGB
CMYK
RGB Variations
Color information
#13753D (or 0x13753D) is known color: Dark Spring Green. HEX triplet: 13, 75 and 3D. RGB value is (19,117,61). Sum of RGB (Red+Green+Blue) = 19+117+61=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #13753D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13753D is #EC8AC2. Grayscale: #515151. Windows color (decimal): -15502019 or 4027667. OLE color: 4027667.
HSL color Cylindrical-coordinate representation of color #13753D: hue angle of 145.71º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13753D is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 117 | 61 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.54 |
| HSL | 145.71º | 0.72% | 0.27% | - |
| HSV(B) | 145.71º | 0.84% | 0.46% | - |
| XYZ | 7.47 | 13.2 | 6.57 | - |
| YUV | 81.31 | 116.53 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 61 | 0.84 | 0 | 0.48 | 0.54 | 145.71 | 0.72 | 0.27 |
| Hex | 13 | 75 | 3D | 54 | 0 | 30 | 36 | 92 | 48 | 1B |
| Octal | 23 | 165 | 75 | 124 | 0 | 60 | 66 | 222 | 110 | 33 |
| Binary | 10011 | 1110101 | 111101 | 1010100 | 0 | 110000 | 110110 | 10010010 | 1001000 | 11011 |
Color Harmonies of #13753D
Complementary color
Monochromatic Colors of #13753D
Black with #13753D
Text Example
Text Example
White with #13753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13753D; }
p { color: rgb(19,117,61); }
H1.HeaderClassName
{
color: #13753D;
}
.AnyTagClassName
{
color: #13753D;
}
</style>
background-color css
<style>
a { background-color: #13753D; }
a { background-color: rgb(19,117,61); }
div.DivClassName
{
background-color: #13753D;
}
.BgClassName
{
background-color: #13753D;
}
</style>
border-color css
<style>
span { border-color: #13753D; }
span { border-color: rgb(19,117,61); }
td.TdClassName
{
border-color: #13753D;
}
.TagClassName
{
border-color: #13753D;
}
</style>