Shades of Dark Spring Green #13823C
Tints of Dark Spring Green #13823C
RGB
CMYK
RGB Variations
Color information
#13823C (or 0x13823C) is known color: Dark Spring Green. HEX triplet: 13, 82 and 3C. RGB value is (19,130,60). Sum of RGB (Red+Green+Blue) = 19+130+60=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #13823C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13823C is #EC7DC3. Grayscale: #595959. Windows color (decimal): -15498692 or 3965459. OLE color: 3965459.
HSL color Cylindrical-coordinate representation of color #13823C: hue angle of 142.16º 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 #13823C is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 130 | 60 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.49 |
| HSL | 142.16º | 0.74% | 0.29% | - |
| HSV(B) | 142.16º | 0.85% | 0.51% | - |
| XYZ | 9.07 | 16.43 | 6.97 | - |
| YUV | 88.83 | 111.73 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 60 | 0.85 | 0 | 0.54 | 0.49 | 142.16 | 0.74 | 0.29 |
| Hex | 13 | 82 | 3C | 55 | 0 | 36 | 31 | 8E | 4A | 1D |
| Octal | 23 | 202 | 74 | 125 | 0 | 66 | 61 | 216 | 112 | 35 |
| Binary | 10011 | 10000010 | 111100 | 1010101 | 0 | 110110 | 110001 | 10001110 | 1001010 | 11101 |
Color Harmonies of #13823C
Complementary color
Monochromatic Colors of #13823C
Black with #13823C
Text Example
Text Example
White with #13823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13823C; }
p { color: rgb(19,130,60); }
H1.HeaderClassName
{
color: #13823C;
}
.AnyTagClassName
{
color: #13823C;
}
</style>
background-color css
<style>
a { background-color: #13823C; }
a { background-color: rgb(19,130,60); }
div.DivClassName
{
background-color: #13823C;
}
.BgClassName
{
background-color: #13823C;
}
</style>
border-color css
<style>
span { border-color: #13823C; }
span { border-color: rgb(19,130,60); }
td.TdClassName
{
border-color: #13823C;
}
.TagClassName
{
border-color: #13823C;
}
</style>