Shades of Turtle Green #3D3C0C
Tints of Turtle Green #3D3C0C
RGB
CMYK
RGB Variations
Color information
#3D3C0C (or 0x3D3C0C) is known color: Turtle Green. HEX triplet: 3D, 3C and 0C. RGB value is (61,60,12). Sum of RGB (Red+Green+Blue) = 61+60+12=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3C0C is #C2C3F3. Grayscale: #373737. Windows color (decimal): -12764148 or 801853. OLE color: 801853.
HSL color Cylindrical-coordinate representation of color #3D3C0C: hue angle of 58.78º 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 #3D3C0C is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 60 | 12 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.76 |
| HSL | 58.78º | 0.67% | 0.14% | - |
| HSV(B) | 58.78º | 0.8% | 0.24% | - |
| XYZ | 3.61 | 4.25 | 0.98 | - |
| YUV | 54.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 12 | 0 | 0.02 | 0.80 | 0.76 | 58.78 | 0.67 | 0.14 |
| Hex | 3D | 3C | C | 0 | 2 | 50 | 4C | 3B | 43 | E |
| Octal | 75 | 74 | 14 | 0 | 2 | 120 | 114 | 73 | 103 | 16 |
| Binary | 111101 | 111100 | 1100 | 0 | 10 | 1010000 | 1001100 | 111011 | 1000011 | 1110 |
Color Harmonies of #3D3C0C
Complementary color
Monochromatic Colors of #3D3C0C
Black with #3D3C0C
Text Example
Text Example
White with #3D3C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C0C; }
p { color: rgb(61,60,12); }
H1.HeaderClassName
{
color: #3D3C0C;
}
.AnyTagClassName
{
color: #3D3C0C;
}
</style>
background-color css
<style>
a { background-color: #3D3C0C; }
a { background-color: rgb(61,60,12); }
div.DivClassName
{
background-color: #3D3C0C;
}
.BgClassName
{
background-color: #3D3C0C;
}
</style>
border-color css
<style>
span { border-color: #3D3C0C; }
span { border-color: rgb(61,60,12); }
td.TdClassName
{
border-color: #3D3C0C;
}
.TagClassName
{
border-color: #3D3C0C;
}
</style>