Shades of Fun Green #135C40
Tints of Fun Green #135C40
RGB
CMYK
RGB Variations
Color information
#135C40 (or 0x135C40) is known color: Fun Green. HEX triplet: 13, 5C and 40. RGB value is (19,92,64). Sum of RGB (Red+Green+Blue) = 19+92+64=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #135C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C40 is #ECA3BF. Grayscale: #434343. Windows color (decimal): -15508416 or 4217875. OLE color: 4217875.
HSL color Cylindrical-coordinate representation of color #135C40: hue angle of 156.99º 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 #135C40 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 64 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.64 |
| HSL | 156.99º | 0.66% | 0.22% | - |
| HSV(B) | 156.99º | 0.79% | 0.36% | - |
| XYZ | 5.02 | 8.16 | 6.16 | - |
| YUV | 66.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 64 | 0.79 | 0 | 0.30 | 0.64 | 156.99 | 0.66 | 0.22 |
| Hex | 13 | 5C | 40 | 4F | 0 | 1E | 40 | 9D | 42 | 16 |
| Octal | 23 | 134 | 100 | 117 | 0 | 36 | 100 | 235 | 102 | 26 |
| Binary | 10011 | 1011100 | 1000000 | 1001111 | 0 | 11110 | 1000000 | 10011101 | 1000010 | 10110 |
Color Harmonies of #135C40
Complementary color
Monochromatic Colors of #135C40
Black with #135C40
Text Example
Text Example
White with #135C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C40; }
p { color: rgb(19,92,64); }
H1.HeaderClassName
{
color: #135C40;
}
.AnyTagClassName
{
color: #135C40;
}
</style>
background-color css
<style>
a { background-color: #135C40; }
a { background-color: rgb(19,92,64); }
div.DivClassName
{
background-color: #135C40;
}
.BgClassName
{
background-color: #135C40;
}
</style>
border-color css
<style>
span { border-color: #135C40; }
span { border-color: rgb(19,92,64); }
td.TdClassName
{
border-color: #135C40;
}
.TagClassName
{
border-color: #135C40;
}
</style>