Shades of Turtle Green #3D431C
Tints of Turtle Green #3D431C
RGB
CMYK
RGB Variations
Color information
#3D431C (or 0x3D431C) is known color: Turtle Green. HEX triplet: 3D, 43 and 1C. RGB value is (61,67,28). Sum of RGB (Red+Green+Blue) = 61+67+28=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #3D431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D431C is #C2BCE3. Grayscale: #3C3C3C. Windows color (decimal): -12762340 or 1852221. OLE color: 1852221.
HSL color Cylindrical-coordinate representation of color #3D431C: hue angle of 69.23º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D431C is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 67 | 28 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.74 |
| HSL | 69.23º | 0.41% | 0.19% | - |
| HSV(B) | 69.23º | 0.58% | 0.26% | - |
| XYZ | 4.14 | 5.09 | 1.86 | - |
| YUV | 60.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 28 | 0.09 | 0 | 0.58 | 0.74 | 69.23 | 0.41 | 0.19 |
| Hex | 3D | 43 | 1C | 9 | 0 | 3A | 4A | 45 | 29 | 13 |
| Octal | 75 | 103 | 34 | 11 | 0 | 72 | 112 | 105 | 51 | 23 |
| Binary | 111101 | 1000011 | 11100 | 1001 | 0 | 111010 | 1001010 | 1000101 | 101001 | 10011 |
Color Harmonies of #3D431C
Complementary color
Monochromatic Colors of #3D431C
Black with #3D431C
Text Example
Text Example
White with #3D431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D431C; }
p { color: rgb(61,67,28); }
H1.HeaderClassName
{
color: #3D431C;
}
.AnyTagClassName
{
color: #3D431C;
}
</style>
background-color css
<style>
a { background-color: #3D431C; }
a { background-color: rgb(61,67,28); }
div.DivClassName
{
background-color: #3D431C;
}
.BgClassName
{
background-color: #3D431C;
}
</style>
border-color css
<style>
span { border-color: #3D431C; }
span { border-color: rgb(61,67,28); }
td.TdClassName
{
border-color: #3D431C;
}
.TagClassName
{
border-color: #3D431C;
}
</style>