Shades of Turtle Green #3D4310
Tints of Turtle Green #3D4310
RGB
CMYK
RGB Variations
Color information
#3D4310 (or 0x3D4310) is known color: Turtle Green. HEX triplet: 3D, 43 and 10. RGB value is (61,67,16). Sum of RGB (Red+Green+Blue) = 61+67+16=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4310 is #C2BCEF. Grayscale: #3B3B3B. Windows color (decimal): -12762352 or 1065789. OLE color: 1065789.
HSL color Cylindrical-coordinate representation of color #3D4310: hue angle of 67.06º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D4310 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 67 | 16 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.74 |
| HSL | 67.06º | 0.61% | 0.16% | - |
| HSV(B) | 67.06º | 0.76% | 0.26% | - |
| XYZ | 4.03 | 5.04 | 1.25 | - |
| YUV | 59.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 16 | 0.09 | 0 | 0.76 | 0.74 | 67.06 | 0.61 | 0.16 |
| Hex | 3D | 43 | 10 | 9 | 0 | 4C | 4A | 43 | 3D | 10 |
| Octal | 75 | 103 | 20 | 11 | 0 | 114 | 112 | 103 | 75 | 20 |
| Binary | 111101 | 1000011 | 10000 | 1001 | 0 | 1001100 | 1001010 | 1000011 | 111101 | 10000 |
Color Harmonies of #3D4310
Complementary color
Monochromatic Colors of #3D4310
Black with #3D4310
Text Example
Text Example
White with #3D4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4310; }
p { color: rgb(61,67,16); }
H1.HeaderClassName
{
color: #3D4310;
}
.AnyTagClassName
{
color: #3D4310;
}
</style>
background-color css
<style>
a { background-color: #3D4310; }
a { background-color: rgb(61,67,16); }
div.DivClassName
{
background-color: #3D4310;
}
.BgClassName
{
background-color: #3D4310;
}
</style>
border-color css
<style>
span { border-color: #3D4310; }
span { border-color: rgb(61,67,16); }
td.TdClassName
{
border-color: #3D4310;
}
.TagClassName
{
border-color: #3D4310;
}
</style>