Shades of Fun Green #135D41
Tints of Fun Green #135D41
RGB
CMYK
RGB Variations
Color information
#135D41 (or 0x135D41) is known color: Fun Green. HEX triplet: 13, 5D and 41. RGB value is (19,93,65). Sum of RGB (Red+Green+Blue) = 19+93+65=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #135D41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D41 is #ECA2BE. Grayscale: #434343. Windows color (decimal): -15508159 or 4283667. OLE color: 4283667.
HSL color Cylindrical-coordinate representation of color #135D41: hue angle of 157.3º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D41 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 65 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.64 |
| HSL | 157.3º | 0.66% | 0.22% | - |
| HSV(B) | 157.3º | 0.8% | 0.36% | - |
| XYZ | 5.14 | 8.35 | 6.34 | - |
| YUV | 67.68 | 126.48 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 65 | 0.80 | 0 | 0.30 | 0.64 | 157.3 | 0.66 | 0.22 |
| Hex | 13 | 5D | 41 | 50 | 0 | 1E | 40 | 9D | 42 | 16 |
| Octal | 23 | 135 | 101 | 120 | 0 | 36 | 100 | 235 | 102 | 26 |
| Binary | 10011 | 1011101 | 1000001 | 1010000 | 0 | 11110 | 1000000 | 10011101 | 1000010 | 10110 |
Color Harmonies of #135D41
Complementary color
Monochromatic Colors of #135D41
Black with #135D41
Text Example
Text Example
White with #135D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D41; }
p { color: rgb(19,93,65); }
H1.HeaderClassName
{
color: #135D41;
}
.AnyTagClassName
{
color: #135D41;
}
</style>
background-color css
<style>
a { background-color: #135D41; }
a { background-color: rgb(19,93,65); }
div.DivClassName
{
background-color: #135D41;
}
.BgClassName
{
background-color: #135D41;
}
</style>
border-color css
<style>
span { border-color: #135D41; }
span { border-color: rgb(19,93,65); }
td.TdClassName
{
border-color: #135D41;
}
.TagClassName
{
border-color: #135D41;
}
</style>