Shades of Turtle Green #3D3B0D
Tints of Turtle Green #3D3B0D
RGB
CMYK
RGB Variations
Color information
#3D3B0D (or 0x3D3B0D) is known color: Turtle Green. HEX triplet: 3D, 3B and 0D. RGB value is (61,59,13). Sum of RGB (Red+Green+Blue) = 61+59+13=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3B0D is #C2C4F2. Grayscale: #363636. Windows color (decimal): -12764403 or 867133. OLE color: 867133.
HSL color Cylindrical-coordinate representation of color #3D3B0D: hue angle of 57.5º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D3B0D is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 59 | 13 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.76 |
| HSL | 57.5º | 0.65% | 0.15% | - |
| HSV(B) | 57.5º | 0.79% | 0.24% | - |
| XYZ | 3.56 | 4.15 | 0.99 | - |
| YUV | 54.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 13 | 0 | 0.03 | 0.79 | 0.76 | 57.5 | 0.65 | 0.15 |
| Hex | 3D | 3B | D | 0 | 3 | 4F | 4C | 3A | 41 | F |
| Octal | 75 | 73 | 15 | 0 | 3 | 117 | 114 | 72 | 101 | 17 |
| Binary | 111101 | 111011 | 1101 | 0 | 11 | 1001111 | 1001100 | 111010 | 1000001 | 1111 |
Color Harmonies of #3D3B0D
Complementary color
Monochromatic Colors of #3D3B0D
Black with #3D3B0D
Text Example
Text Example
White with #3D3B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3B0D; }
p { color: rgb(61,59,13); }
H1.HeaderClassName
{
color: #3D3B0D;
}
.AnyTagClassName
{
color: #3D3B0D;
}
</style>
background-color css
<style>
a { background-color: #3D3B0D; }
a { background-color: rgb(61,59,13); }
div.DivClassName
{
background-color: #3D3B0D;
}
.BgClassName
{
background-color: #3D3B0D;
}
</style>
border-color css
<style>
span { border-color: #3D3B0D; }
span { border-color: rgb(61,59,13); }
td.TdClassName
{
border-color: #3D3B0D;
}
.TagClassName
{
border-color: #3D3B0D;
}
</style>