Shades of Fun Green #13693C
Tints of Fun Green #13693C
RGB
CMYK
RGB Variations
Color information
#13693C (or 0x13693C) is known color: Fun Green. HEX triplet: 13, 69 and 3C. RGB value is (19,105,60). Sum of RGB (Red+Green+Blue) = 19+105+60=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #13693C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13693C is #EC96C3. Grayscale: #4A4A4A. Windows color (decimal): -15505092 or 3959059. OLE color: 3959059.
HSL color Cylindrical-coordinate representation of color #13693C: hue angle of 148.6º 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 #13693C is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 105 | 60 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.59 |
| HSL | 148.6º | 0.69% | 0.24% | - |
| HSV(B) | 148.6º | 0.82% | 0.41% | - |
| XYZ | 6.14 | 10.57 | 5.99 | - |
| YUV | 74.16 | 120.01 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 60 | 0.82 | 0 | 0.43 | 0.59 | 148.6 | 0.69 | 0.24 |
| Hex | 13 | 69 | 3C | 52 | 0 | 2B | 3B | 95 | 45 | 18 |
| Octal | 23 | 151 | 74 | 122 | 0 | 53 | 73 | 225 | 105 | 30 |
| Binary | 10011 | 1101001 | 111100 | 1010010 | 0 | 101011 | 111011 | 10010101 | 1000101 | 11000 |
Color Harmonies of #13693C
Complementary color
Monochromatic Colors of #13693C
Black with #13693C
Text Example
Text Example
White with #13693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13693C; }
p { color: rgb(19,105,60); }
H1.HeaderClassName
{
color: #13693C;
}
.AnyTagClassName
{
color: #13693C;
}
</style>
background-color css
<style>
a { background-color: #13693C; }
a { background-color: rgb(19,105,60); }
div.DivClassName
{
background-color: #13693C;
}
.BgClassName
{
background-color: #13693C;
}
</style>
border-color css
<style>
span { border-color: #13693C; }
span { border-color: rgb(19,105,60); }
td.TdClassName
{
border-color: #13693C;
}
.TagClassName
{
border-color: #13693C;
}
</style>