Shades of Turtle Green #3D3D0C
Tints of Turtle Green #3D3D0C
RGB
CMYK
RGB Variations
Color information
#3D3D0C (or 0x3D3D0C) is known color: Turtle Green. HEX triplet: 3D, 3D and 0C. RGB value is (61,61,12). Sum of RGB (Red+Green+Blue) = 61+61+12=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 61 - color contains mainly: red, green. Hex color #3D3D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3D0C is #C2C2F3. Grayscale: #373737. Windows color (decimal): -12763892 or 802109. OLE color: 802109.
HSL color Cylindrical-coordinate representation of color #3D3D0C: hue angle of 60º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D3D0C is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 61 | 12 | - |
| CMYK | 0 | 0 | 0.80 | 0.76 |
| HSL | 60º | 0.67% | 0.14% | - |
| HSV(B) | 60º | 0.8% | 0.24% | - |
| XYZ | 3.66 | 4.36 | 1 | - |
| YUV | 55.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 61 | 12 | 0 | 0 | 0.80 | 0.76 | 60 | 0.67 | 0.14 |
| Hex | 3D | 3D | C | 0 | 0 | 50 | 4C | 3C | 43 | E |
| Octal | 75 | 75 | 14 | 0 | 0 | 120 | 114 | 74 | 103 | 16 |
| Binary | 111101 | 111101 | 1100 | 0 | 0 | 1010000 | 1001100 | 111100 | 1000011 | 1110 |
Color Harmonies of #3D3D0C
Complementary color
Monochromatic Colors of #3D3D0C
Black with #3D3D0C
Text Example
Text Example
White with #3D3D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3D0C; }
p { color: rgb(61,61,12); }
H1.HeaderClassName
{
color: #3D3D0C;
}
.AnyTagClassName
{
color: #3D3D0C;
}
</style>
background-color css
<style>
a { background-color: #3D3D0C; }
a { background-color: rgb(61,61,12); }
div.DivClassName
{
background-color: #3D3D0C;
}
.BgClassName
{
background-color: #3D3D0C;
}
</style>
border-color css
<style>
span { border-color: #3D3D0C; }
span { border-color: rgb(61,61,12); }
td.TdClassName
{
border-color: #3D3D0C;
}
.TagClassName
{
border-color: #3D3D0C;
}
</style>