Shades of Fun Green #135C41
Tints of Fun Green #135C41
RGB
CMYK
RGB Variations
Color information
#135C41 (or 0x135C41) is known color: Fun Green. HEX triplet: 13, 5C and 41. RGB value is (19,92,65). Sum of RGB (Red+Green+Blue) = 19+92+65=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 92 (36.33% from 255 or 52.27% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 92 - color contains mainly: green. Hex color #135C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C41 is #ECA3BE. Grayscale: #434343. Windows color (decimal): -15508415 or 4283411. OLE color: 4283411.
HSL color Cylindrical-coordinate representation of color #135C41: hue angle of 157.81º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C41 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 65 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.64 |
| HSL | 157.81º | 0.66% | 0.22% | - |
| HSV(B) | 157.81º | 0.79% | 0.36% | - |
| XYZ | 5.05 | 8.17 | 6.31 | - |
| YUV | 67.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 65 | 0.79 | 0 | 0.29 | 0.64 | 157.81 | 0.66 | 0.22 |
| Hex | 13 | 5C | 41 | 4F | 0 | 1D | 40 | 9E | 42 | 16 |
| Octal | 23 | 134 | 101 | 117 | 0 | 35 | 100 | 236 | 102 | 26 |
| Binary | 10011 | 1011100 | 1000001 | 1001111 | 0 | 11101 | 1000000 | 10011110 | 1000010 | 10110 |
Color Harmonies of #135C41
Complementary color
Monochromatic Colors of #135C41
Black with #135C41
Text Example
Text Example
White with #135C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C41; }
p { color: rgb(19,92,65); }
H1.HeaderClassName
{
color: #135C41;
}
.AnyTagClassName
{
color: #135C41;
}
</style>
background-color css
<style>
a { background-color: #135C41; }
a { background-color: rgb(19,92,65); }
div.DivClassName
{
background-color: #135C41;
}
.BgClassName
{
background-color: #135C41;
}
</style>
border-color css
<style>
span { border-color: #135C41; }
span { border-color: rgb(19,92,65); }
td.TdClassName
{
border-color: #135C41;
}
.TagClassName
{
border-color: #135C41;
}
</style>