Shades of Turtle Green #3B4A13
Tints of Turtle Green #3B4A13
RGB
CMYK
RGB Variations
Color information
#3B4A13 (or 0x3B4A13) is known color: Turtle Green. HEX triplet: 3B, 4A and 13. RGB value is (59,74,19). Sum of RGB (Red+Green+Blue) = 59+74+19=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #3B4A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4A13 is #C4B5EC. Grayscale: #3F3F3F. Windows color (decimal): -12891629 or 1264187. OLE color: 1264187.
HSL color Cylindrical-coordinate representation of color #3B4A13: hue angle of 76.36º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B4A13 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 74 | 19 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.71 |
| HSL | 76.36º | 0.59% | 0.18% | - |
| HSV(B) | 76.36º | 0.74% | 0.29% | - |
| XYZ | 4.37 | 5.87 | 1.52 | - |
| YUV | 63.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 74 | 19 | 0.20 | 0 | 0.74 | 0.71 | 76.36 | 0.59 | 0.18 |
| Hex | 3B | 4A | 13 | 14 | 0 | 4A | 47 | 4C | 3B | 12 |
| Octal | 73 | 112 | 23 | 24 | 0 | 112 | 107 | 114 | 73 | 22 |
| Binary | 111011 | 1001010 | 10011 | 10100 | 0 | 1001010 | 1000111 | 1001100 | 111011 | 10010 |
Color Harmonies of #3B4A13
Complementary color
Monochromatic Colors of #3B4A13
Black with #3B4A13
Text Example
Text Example
White with #3B4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4A13; }
p { color: rgb(59,74,19); }
H1.HeaderClassName
{
color: #3B4A13;
}
.AnyTagClassName
{
color: #3B4A13;
}
</style>
background-color css
<style>
a { background-color: #3B4A13; }
a { background-color: rgb(59,74,19); }
div.DivClassName
{
background-color: #3B4A13;
}
.BgClassName
{
background-color: #3B4A13;
}
</style>
border-color css
<style>
span { border-color: #3B4A13; }
span { border-color: rgb(59,74,19); }
td.TdClassName
{
border-color: #3B4A13;
}
.TagClassName
{
border-color: #3B4A13;
}
</style>