Shades of Dark Spring Green #13813C
Tints of Dark Spring Green #13813C
RGB
CMYK
RGB Variations
Color information
#13813C (or 0x13813C) is known color: Dark Spring Green. HEX triplet: 13, 81 and 3C. RGB value is (19,129,60). Sum of RGB (Red+Green+Blue) = 19+129+60=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #13813C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13813C is #EC7EC3. Grayscale: #585858. Windows color (decimal): -15498948 or 3965203. OLE color: 3965203.
HSL color Cylindrical-coordinate representation of color #13813C: hue angle of 142.36º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13813C is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 129 | 60 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.49 |
| HSL | 142.36º | 0.74% | 0.29% | - |
| HSV(B) | 142.36º | 0.85% | 0.51% | - |
| XYZ | 8.93 | 16.17 | 6.92 | - |
| YUV | 88.24 | 112.06 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 60 | 0.85 | 0 | 0.53 | 0.49 | 142.36 | 0.74 | 0.29 |
| Hex | 13 | 81 | 3C | 55 | 0 | 35 | 31 | 8E | 4A | 1D |
| Octal | 23 | 201 | 74 | 125 | 0 | 65 | 61 | 216 | 112 | 35 |
| Binary | 10011 | 10000001 | 111100 | 1010101 | 0 | 110101 | 110001 | 10001110 | 1001010 | 11101 |
Color Harmonies of #13813C
Complementary color
Monochromatic Colors of #13813C
Black with #13813C
Text Example
Text Example
White with #13813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13813C; }
p { color: rgb(19,129,60); }
H1.HeaderClassName
{
color: #13813C;
}
.AnyTagClassName
{
color: #13813C;
}
</style>
background-color css
<style>
a { background-color: #13813C; }
a { background-color: rgb(19,129,60); }
div.DivClassName
{
background-color: #13813C;
}
.BgClassName
{
background-color: #13813C;
}
</style>
border-color css
<style>
span { border-color: #13813C; }
span { border-color: rgb(19,129,60); }
td.TdClassName
{
border-color: #13813C;
}
.TagClassName
{
border-color: #13813C;
}
</style>