Shades of Turtle Green #3B4113
Tints of Turtle Green #3B4113
RGB
CMYK
RGB Variations
Color information
#3B4113 (or 0x3B4113) is known color: Turtle Green. HEX triplet: 3B, 41 and 13. RGB value is (59,65,19). Sum of RGB (Red+Green+Blue) = 59+65+19=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4113 is #C4BEEC. Grayscale: #3A3A3A. Windows color (decimal): -12893933 or 1261883. OLE color: 1261883.
HSL color Cylindrical-coordinate representation of color #3B4113: hue angle of 67.83º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B4113 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 19 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.75 |
| HSL | 67.83º | 0.55% | 0.16% | - |
| HSV(B) | 67.83º | 0.71% | 0.25% | - |
| XYZ | 3.81 | 4.76 | 1.33 | - |
| YUV | 57.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 19 | 0.09 | 0 | 0.71 | 0.75 | 67.83 | 0.55 | 0.16 |
| Hex | 3B | 41 | 13 | 9 | 0 | 47 | 4B | 44 | 37 | 10 |
| Octal | 73 | 101 | 23 | 11 | 0 | 107 | 113 | 104 | 67 | 20 |
| Binary | 111011 | 1000001 | 10011 | 1001 | 0 | 1000111 | 1001011 | 1000100 | 110111 | 10000 |
Color Harmonies of #3B4113
Complementary color
Monochromatic Colors of #3B4113
Black with #3B4113
Text Example
Text Example
White with #3B4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4113; }
p { color: rgb(59,65,19); }
H1.HeaderClassName
{
color: #3B4113;
}
.AnyTagClassName
{
color: #3B4113;
}
</style>
background-color css
<style>
a { background-color: #3B4113; }
a { background-color: rgb(59,65,19); }
div.DivClassName
{
background-color: #3B4113;
}
.BgClassName
{
background-color: #3B4113;
}
</style>
border-color css
<style>
span { border-color: #3B4113; }
span { border-color: rgb(59,65,19); }
td.TdClassName
{
border-color: #3B4113;
}
.TagClassName
{
border-color: #3B4113;
}
</style>