Shades of Fun Green #135A40
Tints of Fun Green #135A40
RGB
CMYK
RGB Variations
Color information
#135A40 (or 0x135A40) is known color: Fun Green. HEX triplet: 13, 5A and 40. RGB value is (19,90,64). Sum of RGB (Red+Green+Blue) = 19+90+64=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #135A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A40 is #ECA5BF. Grayscale: #414141. Windows color (decimal): -15508928 or 4217363. OLE color: 4217363.
HSL color Cylindrical-coordinate representation of color #135A40: hue angle of 158.03º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A40 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 64 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.65 |
| HSL | 158.03º | 0.65% | 0.21% | - |
| HSV(B) | 158.03º | 0.79% | 0.35% | - |
| XYZ | 4.85 | 7.82 | 6.1 | - |
| YUV | 65.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 64 | 0.79 | 0 | 0.29 | 0.65 | 158.03 | 0.65 | 0.21 |
| Hex | 13 | 5A | 40 | 4F | 0 | 1D | 41 | 9E | 41 | 15 |
| Octal | 23 | 132 | 100 | 117 | 0 | 35 | 101 | 236 | 101 | 25 |
| Binary | 10011 | 1011010 | 1000000 | 1001111 | 0 | 11101 | 1000001 | 10011110 | 1000001 | 10101 |
Color Harmonies of #135A40
Complementary color
Monochromatic Colors of #135A40
Black with #135A40
Text Example
Text Example
White with #135A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A40; }
p { color: rgb(19,90,64); }
H1.HeaderClassName
{
color: #135A40;
}
.AnyTagClassName
{
color: #135A40;
}
</style>
background-color css
<style>
a { background-color: #135A40; }
a { background-color: rgb(19,90,64); }
div.DivClassName
{
background-color: #135A40;
}
.BgClassName
{
background-color: #135A40;
}
</style>
border-color css
<style>
span { border-color: #135A40; }
span { border-color: rgb(19,90,64); }
td.TdClassName
{
border-color: #135A40;
}
.TagClassName
{
border-color: #135A40;
}
</style>