Shades of Fun Green #136C38
Tints of Fun Green #136C38
RGB
CMYK
RGB Variations
Color information
#136C38 (or 0x136C38) is known color: Fun Green. HEX triplet: 13, 6C and 38. RGB value is (19,108,56). Sum of RGB (Red+Green+Blue) = 19+108+56=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #136C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C38 is #EC93C7. Grayscale: #4B4B4B. Windows color (decimal): -15504328 or 3697683. OLE color: 3697683.
HSL color Cylindrical-coordinate representation of color #136C38: hue angle of 144.94º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136C38 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 108 | 56 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.58 |
| HSL | 144.94º | 0.7% | 0.25% | - |
| HSV(B) | 144.94º | 0.82% | 0.42% | - |
| XYZ | 6.34 | 11.15 | 5.56 | - |
| YUV | 75.46 | 117.01 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 56 | 0.82 | 0 | 0.48 | 0.58 | 144.94 | 0.7 | 0.25 |
| Hex | 13 | 6C | 38 | 52 | 0 | 30 | 3A | 91 | 46 | 19 |
| Octal | 23 | 154 | 70 | 122 | 0 | 60 | 72 | 221 | 106 | 31 |
| Binary | 10011 | 1101100 | 111000 | 1010010 | 0 | 110000 | 111010 | 10010001 | 1000110 | 11001 |
Color Harmonies of #136C38
Complementary color
Monochromatic Colors of #136C38
Black with #136C38
Text Example
Text Example
White with #136C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C38; }
p { color: rgb(19,108,56); }
H1.HeaderClassName
{
color: #136C38;
}
.AnyTagClassName
{
color: #136C38;
}
</style>
background-color css
<style>
a { background-color: #136C38; }
a { background-color: rgb(19,108,56); }
div.DivClassName
{
background-color: #136C38;
}
.BgClassName
{
background-color: #136C38;
}
</style>
border-color css
<style>
span { border-color: #136C38; }
span { border-color: rgb(19,108,56); }
td.TdClassName
{
border-color: #136C38;
}
.TagClassName
{
border-color: #136C38;
}
</style>