Shades of Rangoon Green #13160B
Tints of Rangoon Green #13160B
RGB
CMYK
RGB Variations
Color information
#13160B (or 0x13160B) is known color: Rangoon Green. HEX triplet: 13, 16 and 0B. RGB value is (19,22,11). Sum of RGB (Red+Green+Blue) = 19+22+11=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #13160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13160B is #ECE9F4. Grayscale: #131313. Windows color (decimal): -15526389 or 726547. OLE color: 726547.
HSL color Cylindrical-coordinate representation of color #13160B: hue angle of 76.36º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #13160B is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 22 | 11 | - |
| CMYK | 0.14 | 0 | 0.5 | 0.91 |
| HSL | 76.36º | 0.33% | 0.06% | - |
| HSV(B) | 76.36º | 0.5% | 0.09% | - |
| XYZ | 0.62 | 0.74 | 0.43 | - |
| YUV | 19.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 11 | 0.14 | 0 | 0.5 | 0.91 | 76.36 | 0.33 | 0.06 |
| Hex | 13 | 16 | B | E | 0 | 32 | 5B | 4C | 21 | 6 |
| Octal | 23 | 26 | 13 | 16 | 0 | 62 | 133 | 114 | 41 | 6 |
| Binary | 10011 | 10110 | 1011 | 1110 | 0 | 110010 | 1011011 | 1001100 | 100001 | 110 |
Color Harmonies of #13160B
Complementary color
Monochromatic Colors of #13160B
Black with #13160B
Text Example
Text Example
White with #13160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13160B; }
p { color: rgb(19,22,11); }
H1.HeaderClassName
{
color: #13160B;
}
.AnyTagClassName
{
color: #13160B;
}
</style>
background-color css
<style>
a { background-color: #13160B; }
a { background-color: rgb(19,22,11); }
div.DivClassName
{
background-color: #13160B;
}
.BgClassName
{
background-color: #13160B;
}
</style>
border-color css
<style>
span { border-color: #13160B; }
span { border-color: rgb(19,22,11); }
td.TdClassName
{
border-color: #13160B;
}
.TagClassName
{
border-color: #13160B;
}
</style>