Shades of Fun Green #135D40
Tints of Fun Green #135D40
RGB
CMYK
RGB Variations
Color information
#135D40 (or 0x135D40) is known color: Fun Green. HEX triplet: 13, 5D and 40. RGB value is (19,93,64). Sum of RGB (Red+Green+Blue) = 19+93+64=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #135D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D40 is #ECA2BF. Grayscale: #434343. Windows color (decimal): -15508160 or 4218131. OLE color: 4218131.
HSL color Cylindrical-coordinate representation of color #135D40: hue angle of 156.49º 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 #135D40 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 64 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.64 |
| HSL | 156.49º | 0.66% | 0.22% | - |
| HSV(B) | 156.49º | 0.8% | 0.36% | - |
| XYZ | 5.11 | 8.34 | 6.19 | - |
| YUV | 67.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 64 | 0.80 | 0 | 0.31 | 0.64 | 156.49 | 0.66 | 0.22 |
| Hex | 13 | 5D | 40 | 50 | 0 | 1F | 40 | 9C | 42 | 16 |
| Octal | 23 | 135 | 100 | 120 | 0 | 37 | 100 | 234 | 102 | 26 |
| Binary | 10011 | 1011101 | 1000000 | 1010000 | 0 | 11111 | 1000000 | 10011100 | 1000010 | 10110 |
Color Harmonies of #135D40
Complementary color
Monochromatic Colors of #135D40
Black with #135D40
Text Example
Text Example
White with #135D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D40; }
p { color: rgb(19,93,64); }
H1.HeaderClassName
{
color: #135D40;
}
.AnyTagClassName
{
color: #135D40;
}
</style>
background-color css
<style>
a { background-color: #135D40; }
a { background-color: rgb(19,93,64); }
div.DivClassName
{
background-color: #135D40;
}
.BgClassName
{
background-color: #135D40;
}
</style>
border-color css
<style>
span { border-color: #135D40; }
span { border-color: rgb(19,93,64); }
td.TdClassName
{
border-color: #135D40;
}
.TagClassName
{
border-color: #135D40;
}
</style>