Shades of Fun Green #13663B
Tints of Fun Green #13663B
RGB
CMYK
RGB Variations
Color information
#13663B (or 0x13663B) is known color: Fun Green. HEX triplet: 13, 66 and 3B. RGB value is (19,102,59). Sum of RGB (Red+Green+Blue) = 19+102+59=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #13663B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13663B is #EC99C4. Grayscale: #484848. Windows color (decimal): -15505861 or 3892755. OLE color: 3892755.
HSL color Cylindrical-coordinate representation of color #13663B: hue angle of 148.92º 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 #13663B is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 102 | 59 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.6 |
| HSL | 148.92º | 0.69% | 0.24% | - |
| HSV(B) | 148.92º | 0.81% | 0.4% | - |
| XYZ | 5.81 | 9.96 | 5.75 | - |
| YUV | 72.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 59 | 0.81 | 0 | 0.42 | 0.6 | 148.92 | 0.69 | 0.24 |
| Hex | 13 | 66 | 3B | 51 | 0 | 2A | 3C | 95 | 45 | 18 |
| Octal | 23 | 146 | 73 | 121 | 0 | 52 | 74 | 225 | 105 | 30 |
| Binary | 10011 | 1100110 | 111011 | 1010001 | 0 | 101010 | 111100 | 10010101 | 1000101 | 11000 |
Color Harmonies of #13663B
Complementary color
Monochromatic Colors of #13663B
Black with #13663B
Text Example
Text Example
White with #13663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13663B; }
p { color: rgb(19,102,59); }
H1.HeaderClassName
{
color: #13663B;
}
.AnyTagClassName
{
color: #13663B;
}
</style>
background-color css
<style>
a { background-color: #13663B; }
a { background-color: rgb(19,102,59); }
div.DivClassName
{
background-color: #13663B;
}
.BgClassName
{
background-color: #13663B;
}
</style>
border-color css
<style>
span { border-color: #13663B; }
span { border-color: rgb(19,102,59); }
td.TdClassName
{
border-color: #13663B;
}
.TagClassName
{
border-color: #13663B;
}
</style>