Shades of Turtle Green #3D401B
Tints of Turtle Green #3D401B
RGB
CMYK
RGB Variations
Color information
#3D401B (or 0x3D401B) is known color: Turtle Green. HEX triplet: 3D, 40 and 1B. RGB value is (61,64,27). Sum of RGB (Red+Green+Blue) = 61+64+27=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #3D401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D401B is #C2BFE4. Grayscale: #3B3B3B. Windows color (decimal): -12763109 or 1785917. OLE color: 1785917.
HSL color Cylindrical-coordinate representation of color #3D401B: hue angle of 64.86º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D401B is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 27 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.75 |
| HSL | 64.86º | 0.41% | 0.18% | - |
| HSV(B) | 64.86º | 0.58% | 0.25% | - |
| XYZ | 3.96 | 4.74 | 1.74 | - |
| YUV | 58.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 27 | 0.05 | 0 | 0.58 | 0.75 | 64.86 | 0.41 | 0.18 |
| Hex | 3D | 40 | 1B | 5 | 0 | 3A | 4B | 41 | 29 | 12 |
| Octal | 75 | 100 | 33 | 5 | 0 | 72 | 113 | 101 | 51 | 22 |
| Binary | 111101 | 1000000 | 11011 | 101 | 0 | 111010 | 1001011 | 1000001 | 101001 | 10010 |
Color Harmonies of #3D401B
Complementary color
Monochromatic Colors of #3D401B
Black with #3D401B
Text Example
Text Example
White with #3D401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D401B; }
p { color: rgb(61,64,27); }
H1.HeaderClassName
{
color: #3D401B;
}
.AnyTagClassName
{
color: #3D401B;
}
</style>
background-color css
<style>
a { background-color: #3D401B; }
a { background-color: rgb(61,64,27); }
div.DivClassName
{
background-color: #3D401B;
}
.BgClassName
{
background-color: #3D401B;
}
</style>
border-color css
<style>
span { border-color: #3D401B; }
span { border-color: rgb(61,64,27); }
td.TdClassName
{
border-color: #3D401B;
}
.TagClassName
{
border-color: #3D401B;
}
</style>