Shades of Turtle Green #3B421D
Tints of Turtle Green #3B421D
RGB
CMYK
RGB Variations
Color information
#3B421D (or 0x3B421D) is known color: Turtle Green. HEX triplet: 3B, 42 and 1D. RGB value is (59,66,29). Sum of RGB (Red+Green+Blue) = 59+66+29=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #3B421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B421D is #C4BDE2. Grayscale: #3B3B3B. Windows color (decimal): -12893667 or 1917499. OLE color: 1917499.
HSL color Cylindrical-coordinate representation of color #3B421D: hue angle of 71.35º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B421D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 29 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.74 |
| HSL | 71.35º | 0.39% | 0.19% | - |
| HSV(B) | 71.35º | 0.56% | 0.26% | - |
| XYZ | 3.97 | 4.91 | 1.9 | - |
| YUV | 59.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 29 | 0.11 | 0 | 0.56 | 0.74 | 71.35 | 0.39 | 0.19 |
| Hex | 3B | 42 | 1D | B | 0 | 38 | 4A | 47 | 27 | 13 |
| Octal | 73 | 102 | 35 | 13 | 0 | 70 | 112 | 107 | 47 | 23 |
| Binary | 111011 | 1000010 | 11101 | 1011 | 0 | 111000 | 1001010 | 1000111 | 100111 | 10011 |
Color Harmonies of #3B421D
Complementary color
Monochromatic Colors of #3B421D
Black with #3B421D
Text Example
Text Example
White with #3B421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B421D; }
p { color: rgb(59,66,29); }
H1.HeaderClassName
{
color: #3B421D;
}
.AnyTagClassName
{
color: #3B421D;
}
</style>
background-color css
<style>
a { background-color: #3B421D; }
a { background-color: rgb(59,66,29); }
div.DivClassName
{
background-color: #3B421D;
}
.BgClassName
{
background-color: #3B421D;
}
</style>
border-color css
<style>
span { border-color: #3B421D; }
span { border-color: rgb(59,66,29); }
td.TdClassName
{
border-color: #3B421D;
}
.TagClassName
{
border-color: #3B421D;
}
</style>