Shades of Fun Green #135C3D
Tints of Fun Green #135C3D
RGB
CMYK
RGB Variations
Color information
#135C3D (or 0x135C3D) is known color: Fun Green. HEX triplet: 13, 5C and 3D. RGB value is (19,92,61). Sum of RGB (Red+Green+Blue) = 19+92+61=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #135C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C3D is #ECA3C2. Grayscale: #424242. Windows color (decimal): -15508419 or 4021267. OLE color: 4021267.
HSL color Cylindrical-coordinate representation of color #135C3D: hue angle of 154.52º 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 #135C3D is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 61 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.64 |
| HSL | 154.52º | 0.66% | 0.22% | - |
| HSV(B) | 154.52º | 0.79% | 0.36% | - |
| XYZ | 4.94 | 8.13 | 5.72 | - |
| YUV | 66.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 61 | 0.79 | 0 | 0.34 | 0.64 | 154.52 | 0.66 | 0.22 |
| Hex | 13 | 5C | 3D | 4F | 0 | 22 | 40 | 9B | 42 | 16 |
| Octal | 23 | 134 | 75 | 117 | 0 | 42 | 100 | 233 | 102 | 26 |
| Binary | 10011 | 1011100 | 111101 | 1001111 | 0 | 100010 | 1000000 | 10011011 | 1000010 | 10110 |
Color Harmonies of #135C3D
Complementary color
Monochromatic Colors of #135C3D
Black with #135C3D
Text Example
Text Example
White with #135C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C3D; }
p { color: rgb(19,92,61); }
H1.HeaderClassName
{
color: #135C3D;
}
.AnyTagClassName
{
color: #135C3D;
}
</style>
background-color css
<style>
a { background-color: #135C3D; }
a { background-color: rgb(19,92,61); }
div.DivClassName
{
background-color: #135C3D;
}
.BgClassName
{
background-color: #135C3D;
}
</style>
border-color css
<style>
span { border-color: #135C3D; }
span { border-color: rgb(19,92,61); }
td.TdClassName
{
border-color: #135C3D;
}
.TagClassName
{
border-color: #135C3D;
}
</style>