Shades of Rangoon Green #131410
Tints of Rangoon Green #131410
RGB
CMYK
RGB Variations
Color information
#131410 (or 0x131410) is known color: Rangoon Green. HEX triplet: 13, 14 and 10. RGB value is (19,20,16). Sum of RGB (Red+Green+Blue) = 19+20+16=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 20 - color contains mainly: green. Hex color #131410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131410 is #ECEBEF. Grayscale: #131313. Windows color (decimal): -15526896 or 1053715. OLE color: 1053715.
HSL color Cylindrical-coordinate representation of color #131410: hue angle of 75º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #131410 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 20 | 16 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.92 |
| HSL | 75º | 0.11% | 0.07% | - |
| HSV(B) | 75º | 0.2% | 0.08% | - |
| XYZ | 0.61 | 0.68 | 0.59 | - |
| YUV | 19.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 16 | 0.05 | 0 | 0.20 | 0.92 | 75 | 0.11 | 0.07 |
| Hex | 13 | 14 | 10 | 5 | 0 | 14 | 5C | 4B | B | 7 |
| Octal | 23 | 24 | 20 | 5 | 0 | 24 | 134 | 113 | 13 | 7 |
| Binary | 10011 | 10100 | 10000 | 101 | 0 | 10100 | 1011100 | 1001011 | 1011 | 111 |
Color Harmonies of #131410
Complementary color
Monochromatic Colors of #131410
Black with #131410
Text Example
Text Example
White with #131410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131410; }
p { color: rgb(19,20,16); }
H1.HeaderClassName
{
color: #131410;
}
.AnyTagClassName
{
color: #131410;
}
</style>
background-color css
<style>
a { background-color: #131410; }
a { background-color: rgb(19,20,16); }
div.DivClassName
{
background-color: #131410;
}
.BgClassName
{
background-color: #131410;
}
</style>
border-color css
<style>
span { border-color: #131410; }
span { border-color: rgb(19,20,16); }
td.TdClassName
{
border-color: #131410;
}
.TagClassName
{
border-color: #131410;
}
</style>