Shades of Fun Green #13683D
Tints of Fun Green #13683D
RGB
CMYK
RGB Variations
Color information
#13683D (or 0x13683D) is known color: Fun Green. HEX triplet: 13, 68 and 3D. RGB value is (19,104,61). Sum of RGB (Red+Green+Blue) = 19+104+61=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #13683D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13683D is #EC97C2. Grayscale: #494949. Windows color (decimal): -15505347 or 4024339. OLE color: 4024339.
HSL color Cylindrical-coordinate representation of color #13683D: hue angle of 149.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13683D is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 61 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.59 |
| HSL | 149.65º | 0.69% | 0.24% | - |
| HSV(B) | 149.65º | 0.82% | 0.41% | - |
| XYZ | 6.06 | 10.38 | 6.1 | - |
| YUV | 73.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 61 | 0.82 | 0 | 0.41 | 0.59 | 149.65 | 0.69 | 0.24 |
| Hex | 13 | 68 | 3D | 52 | 0 | 29 | 3B | 96 | 45 | 18 |
| Octal | 23 | 150 | 75 | 122 | 0 | 51 | 73 | 226 | 105 | 30 |
| Binary | 10011 | 1101000 | 111101 | 1010010 | 0 | 101001 | 111011 | 10010110 | 1000101 | 11000 |
Color Harmonies of #13683D
Complementary color
Monochromatic Colors of #13683D
Black with #13683D
Text Example
Text Example
White with #13683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13683D; }
p { color: rgb(19,104,61); }
H1.HeaderClassName
{
color: #13683D;
}
.AnyTagClassName
{
color: #13683D;
}
</style>
background-color css
<style>
a { background-color: #13683D; }
a { background-color: rgb(19,104,61); }
div.DivClassName
{
background-color: #13683D;
}
.BgClassName
{
background-color: #13683D;
}
</style>
border-color css
<style>
span { border-color: #13683D; }
span { border-color: rgb(19,104,61); }
td.TdClassName
{
border-color: #13683D;
}
.TagClassName
{
border-color: #13683D;
}
</style>