Shades of Fun Green #135C38
Tints of Fun Green #135C38
RGB
CMYK
RGB Variations
Color information
#135C38 (or 0x135C38) is known color: Fun Green. HEX triplet: 13, 5C and 38. RGB value is (19,92,56). Sum of RGB (Red+Green+Blue) = 19+92+56=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #135C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C38 is #ECA3C7. Grayscale: #424242. Windows color (decimal): -15508424 or 3693587. OLE color: 3693587.
HSL color Cylindrical-coordinate representation of color #135C38: hue angle of 150.41º 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 #135C38 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 56 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.64 |
| HSL | 150.41º | 0.66% | 0.22% | - |
| HSV(B) | 150.41º | 0.79% | 0.36% | - |
| XYZ | 4.81 | 8.08 | 5.05 | - |
| YUV | 66.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 56 | 0.79 | 0 | 0.39 | 0.64 | 150.41 | 0.66 | 0.22 |
| Hex | 13 | 5C | 38 | 4F | 0 | 27 | 40 | 96 | 42 | 16 |
| Octal | 23 | 134 | 70 | 117 | 0 | 47 | 100 | 226 | 102 | 26 |
| Binary | 10011 | 1011100 | 111000 | 1001111 | 0 | 100111 | 1000000 | 10010110 | 1000010 | 10110 |
Color Harmonies of #135C38
Complementary color
Monochromatic Colors of #135C38
Black with #135C38
Text Example
Text Example
White with #135C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C38; }
p { color: rgb(19,92,56); }
H1.HeaderClassName
{
color: #135C38;
}
.AnyTagClassName
{
color: #135C38;
}
</style>
background-color css
<style>
a { background-color: #135C38; }
a { background-color: rgb(19,92,56); }
div.DivClassName
{
background-color: #135C38;
}
.BgClassName
{
background-color: #135C38;
}
</style>
border-color css
<style>
span { border-color: #135C38; }
span { border-color: rgb(19,92,56); }
td.TdClassName
{
border-color: #135C38;
}
.TagClassName
{
border-color: #135C38;
}
</style>