Shades of Fun Green #13663D
Tints of Fun Green #13663D
RGB
CMYK
RGB Variations
Color information
#13663D (or 0x13663D) is known color: Fun Green. HEX triplet: 13, 66 and 3D. RGB value is (19,102,61). Sum of RGB (Red+Green+Blue) = 19+102+61=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #13663D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13663D is #EC99C2. Grayscale: #484848. Windows color (decimal): -15505859 or 4023827. OLE color: 4023827.
HSL color Cylindrical-coordinate representation of color #13663D: hue angle of 150.36º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13663D is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 102 | 61 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.6 |
| HSL | 150.36º | 0.69% | 0.24% | - |
| HSV(B) | 150.36º | 0.81% | 0.4% | - |
| XYZ | 5.86 | 9.98 | 6.03 | - |
| YUV | 72.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 61 | 0.81 | 0 | 0.40 | 0.6 | 150.36 | 0.69 | 0.24 |
| Hex | 13 | 66 | 3D | 51 | 0 | 28 | 3C | 96 | 45 | 18 |
| Octal | 23 | 146 | 75 | 121 | 0 | 50 | 74 | 226 | 105 | 30 |
| Binary | 10011 | 1100110 | 111101 | 1010001 | 0 | 101000 | 111100 | 10010110 | 1000101 | 11000 |
Color Harmonies of #13663D
Complementary color
Monochromatic Colors of #13663D
Black with #13663D
Text Example
Text Example
White with #13663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13663D; }
p { color: rgb(19,102,61); }
H1.HeaderClassName
{
color: #13663D;
}
.AnyTagClassName
{
color: #13663D;
}
</style>
background-color css
<style>
a { background-color: #13663D; }
a { background-color: rgb(19,102,61); }
div.DivClassName
{
background-color: #13663D;
}
.BgClassName
{
background-color: #13663D;
}
</style>
border-color css
<style>
span { border-color: #13663D; }
span { border-color: rgb(19,102,61); }
td.TdClassName
{
border-color: #13663D;
}
.TagClassName
{
border-color: #13663D;
}
</style>