Shades of Turtle Green #3B441D
Tints of Turtle Green #3B441D
RGB
CMYK
RGB Variations
Color information
#3B441D (or 0x3B441D) is known color: Turtle Green. HEX triplet: 3B, 44 and 1D. RGB value is (59,68,29). Sum of RGB (Red+Green+Blue) = 59+68+29=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #3B441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B441D is #C4BBE2. Grayscale: #3D3D3D. Windows color (decimal): -12893155 or 1918011. OLE color: 1918011.
HSL color Cylindrical-coordinate representation of color #3B441D: hue angle of 73.85º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B441D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 68 | 29 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.73 |
| HSL | 73.85º | 0.4% | 0.19% | - |
| HSV(B) | 73.85º | 0.57% | 0.27% | - |
| XYZ | 4.09 | 5.15 | 1.94 | - |
| YUV | 60.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 29 | 0.13 | 0 | 0.57 | 0.73 | 73.85 | 0.4 | 0.19 |
| Hex | 3B | 44 | 1D | D | 0 | 39 | 49 | 4A | 28 | 13 |
| Octal | 73 | 104 | 35 | 15 | 0 | 71 | 111 | 112 | 50 | 23 |
| Binary | 111011 | 1000100 | 11101 | 1101 | 0 | 111001 | 1001001 | 1001010 | 101000 | 10011 |
Color Harmonies of #3B441D
Complementary color
Monochromatic Colors of #3B441D
Black with #3B441D
Text Example
Text Example
White with #3B441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B441D; }
p { color: rgb(59,68,29); }
H1.HeaderClassName
{
color: #3B441D;
}
.AnyTagClassName
{
color: #3B441D;
}
</style>
background-color css
<style>
a { background-color: #3B441D; }
a { background-color: rgb(59,68,29); }
div.DivClassName
{
background-color: #3B441D;
}
.BgClassName
{
background-color: #3B441D;
}
</style>
border-color css
<style>
span { border-color: #3B441D; }
span { border-color: rgb(59,68,29); }
td.TdClassName
{
border-color: #3B441D;
}
.TagClassName
{
border-color: #3B441D;
}
</style>