Shades of Dark Spring Green #13743C
Tints of Dark Spring Green #13743C
RGB
CMYK
RGB Variations
Color information
#13743C (or 0x13743C) is known color: Dark Spring Green. HEX triplet: 13, 74 and 3C. RGB value is (19,116,60). Sum of RGB (Red+Green+Blue) = 19+116+60=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #13743C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13743C is #EC8BC3. Grayscale: #505050. Windows color (decimal): -15502276 or 3961875. OLE color: 3961875.
HSL color Cylindrical-coordinate representation of color #13743C: hue angle of 145.36º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13743C is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 60 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.55 |
| HSL | 145.36º | 0.72% | 0.26% | - |
| HSV(B) | 145.36º | 0.84% | 0.45% | - |
| XYZ | 7.33 | 12.96 | 6.39 | - |
| YUV | 80.61 | 116.36 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 60 | 0.84 | 0 | 0.48 | 0.55 | 145.36 | 0.72 | 0.26 |
| Hex | 13 | 74 | 3C | 54 | 0 | 30 | 37 | 91 | 48 | 1A |
| Octal | 23 | 164 | 74 | 124 | 0 | 60 | 67 | 221 | 110 | 32 |
| Binary | 10011 | 1110100 | 111100 | 1010100 | 0 | 110000 | 110111 | 10010001 | 1001000 | 11010 |
Color Harmonies of #13743C
Complementary color
Monochromatic Colors of #13743C
Black with #13743C
Text Example
Text Example
White with #13743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13743C; }
p { color: rgb(19,116,60); }
H1.HeaderClassName
{
color: #13743C;
}
.AnyTagClassName
{
color: #13743C;
}
</style>
background-color css
<style>
a { background-color: #13743C; }
a { background-color: rgb(19,116,60); }
div.DivClassName
{
background-color: #13743C;
}
.BgClassName
{
background-color: #13743C;
}
</style>
border-color css
<style>
span { border-color: #13743C; }
span { border-color: rgb(19,116,60); }
td.TdClassName
{
border-color: #13743C;
}
.TagClassName
{
border-color: #13743C;
}
</style>