Shades of Fun Green #135A41
Tints of Fun Green #135A41
RGB
CMYK
RGB Variations
Color information
#135A41 (or 0x135A41) is known color: Fun Green. HEX triplet: 13, 5A and 41. RGB value is (19,90,65). Sum of RGB (Red+Green+Blue) = 19+90+65=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #135A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A41 is #ECA5BE. Grayscale: #414141. Windows color (decimal): -15508927 or 4282899. OLE color: 4282899.
HSL color Cylindrical-coordinate representation of color #135A41: hue angle of 158.87º 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 #135A41 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 65 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.65 |
| HSL | 158.87º | 0.65% | 0.21% | - |
| HSV(B) | 158.87º | 0.79% | 0.35% | - |
| XYZ | 4.88 | 7.83 | 6.26 | - |
| YUV | 65.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 65 | 0.79 | 0 | 0.28 | 0.65 | 158.87 | 0.65 | 0.21 |
| Hex | 13 | 5A | 41 | 4F | 0 | 1C | 41 | 9F | 41 | 15 |
| Octal | 23 | 132 | 101 | 117 | 0 | 34 | 101 | 237 | 101 | 25 |
| Binary | 10011 | 1011010 | 1000001 | 1001111 | 0 | 11100 | 1000001 | 10011111 | 1000001 | 10101 |
Color Harmonies of #135A41
Complementary color
Monochromatic Colors of #135A41
Black with #135A41
Text Example
Text Example
White with #135A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A41; }
p { color: rgb(19,90,65); }
H1.HeaderClassName
{
color: #135A41;
}
.AnyTagClassName
{
color: #135A41;
}
</style>
background-color css
<style>
a { background-color: #135A41; }
a { background-color: rgb(19,90,65); }
div.DivClassName
{
background-color: #135A41;
}
.BgClassName
{
background-color: #135A41;
}
</style>
border-color css
<style>
span { border-color: #135A41; }
span { border-color: rgb(19,90,65); }
td.TdClassName
{
border-color: #135A41;
}
.TagClassName
{
border-color: #135A41;
}
</style>