Shades of Fun Green #135B40
Tints of Fun Green #135B40
RGB
CMYK
RGB Variations
Color information
#135B40 (or 0x135B40) is known color: Fun Green. HEX triplet: 13, 5B and 40. RGB value is (19,91,64). Sum of RGB (Red+Green+Blue) = 19+91+64=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #135B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B40 is #ECA4BF. Grayscale: #424242. Windows color (decimal): -15508672 or 4217619. OLE color: 4217619.
HSL color Cylindrical-coordinate representation of color #135B40: hue angle of 157.5º degrees, saturation: 0.65, 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 #135B40 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 91 | 64 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.64 |
| HSL | 157.5º | 0.65% | 0.22% | - |
| HSV(B) | 157.5º | 0.79% | 0.36% | - |
| XYZ | 4.94 | 7.99 | 6.13 | - |
| YUV | 66.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 64 | 0.79 | 0 | 0.30 | 0.64 | 157.5 | 0.65 | 0.22 |
| Hex | 13 | 5B | 40 | 4F | 0 | 1E | 40 | 9E | 41 | 16 |
| Octal | 23 | 133 | 100 | 117 | 0 | 36 | 100 | 236 | 101 | 26 |
| Binary | 10011 | 1011011 | 1000000 | 1001111 | 0 | 11110 | 1000000 | 10011110 | 1000001 | 10110 |
Color Harmonies of #135B40
Complementary color
Monochromatic Colors of #135B40
Black with #135B40
Text Example
Text Example
White with #135B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B40; }
p { color: rgb(19,91,64); }
H1.HeaderClassName
{
color: #135B40;
}
.AnyTagClassName
{
color: #135B40;
}
</style>
background-color css
<style>
a { background-color: #135B40; }
a { background-color: rgb(19,91,64); }
div.DivClassName
{
background-color: #135B40;
}
.BgClassName
{
background-color: #135B40;
}
</style>
border-color css
<style>
span { border-color: #135B40; }
span { border-color: rgb(19,91,64); }
td.TdClassName
{
border-color: #135B40;
}
.TagClassName
{
border-color: #135B40;
}
</style>