Shades of Fun Green #135A3C
Tints of Fun Green #135A3C
RGB
CMYK
RGB Variations
Color information
#135A3C (or 0x135A3C) is known color: Fun Green. HEX triplet: 13, 5A and 3C. RGB value is (19,90,60). Sum of RGB (Red+Green+Blue) = 19+90+60=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #135A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A3C is #ECA5C3. Grayscale: #414141. Windows color (decimal): -15508932 or 3955219. OLE color: 3955219.
HSL color Cylindrical-coordinate representation of color #135A3C: hue angle of 154.65º 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 #135A3C is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 60 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.65 |
| HSL | 154.65º | 0.65% | 0.21% | - |
| HSV(B) | 154.65º | 0.79% | 0.35% | - |
| XYZ | 4.74 | 7.78 | 5.53 | - |
| YUV | 65.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 60 | 0.79 | 0 | 0.33 | 0.65 | 154.65 | 0.65 | 0.21 |
| Hex | 13 | 5A | 3C | 4F | 0 | 21 | 41 | 9B | 41 | 15 |
| Octal | 23 | 132 | 74 | 117 | 0 | 41 | 101 | 233 | 101 | 25 |
| Binary | 10011 | 1011010 | 111100 | 1001111 | 0 | 100001 | 1000001 | 10011011 | 1000001 | 10101 |
Color Harmonies of #135A3C
Complementary color
Monochromatic Colors of #135A3C
Black with #135A3C
Text Example
Text Example
White with #135A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A3C; }
p { color: rgb(19,90,60); }
H1.HeaderClassName
{
color: #135A3C;
}
.AnyTagClassName
{
color: #135A3C;
}
</style>
background-color css
<style>
a { background-color: #135A3C; }
a { background-color: rgb(19,90,60); }
div.DivClassName
{
background-color: #135A3C;
}
.BgClassName
{
background-color: #135A3C;
}
</style>
border-color css
<style>
span { border-color: #135A3C; }
span { border-color: rgb(19,90,60); }
td.TdClassName
{
border-color: #135A3C;
}
.TagClassName
{
border-color: #135A3C;
}
</style>