Shades of Fun Green #135A38
Tints of Fun Green #135A38
RGB
CMYK
RGB Variations
Color information
#135A38 (or 0x135A38) is known color: Fun Green. HEX triplet: 13, 5A and 38. RGB value is (19,90,56). Sum of RGB (Red+Green+Blue) = 19+90+56=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #135A38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A38 is #ECA5C7. Grayscale: #404040. Windows color (decimal): -15508936 or 3693075. OLE color: 3693075.
HSL color Cylindrical-coordinate representation of color #135A38: hue angle of 151.27º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A38 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 56 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.65 |
| HSL | 151.27º | 0.65% | 0.21% | - |
| HSV(B) | 151.27º | 0.79% | 0.35% | - |
| XYZ | 4.64 | 7.74 | 4.99 | - |
| YUV | 64.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 56 | 0.79 | 0 | 0.38 | 0.65 | 151.27 | 0.65 | 0.21 |
| Hex | 13 | 5A | 38 | 4F | 0 | 26 | 41 | 97 | 41 | 15 |
| Octal | 23 | 132 | 70 | 117 | 0 | 46 | 101 | 227 | 101 | 25 |
| Binary | 10011 | 1011010 | 111000 | 1001111 | 0 | 100110 | 1000001 | 10010111 | 1000001 | 10101 |
Color Harmonies of #135A38
Complementary color
Monochromatic Colors of #135A38
Black with #135A38
Text Example
Text Example
White with #135A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A38; }
p { color: rgb(19,90,56); }
H1.HeaderClassName
{
color: #135A38;
}
.AnyTagClassName
{
color: #135A38;
}
</style>
background-color css
<style>
a { background-color: #135A38; }
a { background-color: rgb(19,90,56); }
div.DivClassName
{
background-color: #135A38;
}
.BgClassName
{
background-color: #135A38;
}
</style>
border-color css
<style>
span { border-color: #135A38; }
span { border-color: rgb(19,90,56); }
td.TdClassName
{
border-color: #135A38;
}
.TagClassName
{
border-color: #135A38;
}
</style>