Shades of Green #13650F
Tints of Green #13650F
RGB
CMYK
RGB Variations
Color information
#13650F (or 0x13650F) is known color: Green. HEX triplet: 13, 65 and 0F. RGB value is (19,101,15). Sum of RGB (Red+Green+Blue) = 19+101+15=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #13650F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13650F is #EC9AF0. Grayscale: #424242. Windows color (decimal): -15506161 or 1008915. OLE color: 1008915.
HSL color Cylindrical-coordinate representation of color #13650F: hue angle of 117.21º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13650F is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 101 | 15 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.60 |
| HSL | 117.21º | 0.74% | 0.23% | - |
| HSV(B) | 117.21º | 0.85% | 0.4% | - |
| XYZ | 5.01 | 9.48 | 2.02 | - |
| YUV | 66.68 | 98.83 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 15 | 0.81 | 0 | 0.85 | 0.60 | 117.21 | 0.74 | 0.23 |
| Hex | 13 | 65 | F | 51 | 0 | 55 | 3C | 75 | 4A | 17 |
| Octal | 23 | 145 | 17 | 121 | 0 | 125 | 74 | 165 | 112 | 27 |
| Binary | 10011 | 1100101 | 1111 | 1010001 | 0 | 1010101 | 111100 | 1110101 | 1001010 | 10111 |
Color Harmonies of #13650F
Complementary color
Monochromatic Colors of #13650F
Black with #13650F
Text Example
Text Example
White with #13650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13650F; }
p { color: rgb(19,101,15); }
H1.HeaderClassName
{
color: #13650F;
}
.AnyTagClassName
{
color: #13650F;
}
</style>
background-color css
<style>
a { background-color: #13650F; }
a { background-color: rgb(19,101,15); }
div.DivClassName
{
background-color: #13650F;
}
.BgClassName
{
background-color: #13650F;
}
</style>
border-color css
<style>
span { border-color: #13650F; }
span { border-color: rgb(19,101,15); }
td.TdClassName
{
border-color: #13650F;
}
.TagClassName
{
border-color: #13650F;
}
</style>