Shades of Turtle Green #3D3F1C
Tints of Turtle Green #3D3F1C
RGB
CMYK
RGB Variations
Color information
#3D3F1C (or 0x3D3F1C) is known color: Turtle Green. HEX triplet: 3D, 3F and 1C. RGB value is (61,63,28). Sum of RGB (Red+Green+Blue) = 61+63+28=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3F1C is #C2C0E3. Grayscale: #3A3A3A. Windows color (decimal): -12763364 or 1851197. OLE color: 1851197.
HSL color Cylindrical-coordinate representation of color #3D3F1C: hue angle of 63.43º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D3F1C is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 63 | 28 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.75 |
| HSL | 63.43º | 0.38% | 0.18% | - |
| HSV(B) | 63.43º | 0.56% | 0.25% | - |
| XYZ | 3.91 | 4.63 | 1.79 | - |
| YUV | 58.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 28 | 0.03 | 0 | 0.56 | 0.75 | 63.43 | 0.38 | 0.18 |
| Hex | 3D | 3F | 1C | 3 | 0 | 38 | 4B | 3F | 26 | 12 |
| Octal | 75 | 77 | 34 | 3 | 0 | 70 | 113 | 77 | 46 | 22 |
| Binary | 111101 | 111111 | 11100 | 11 | 0 | 111000 | 1001011 | 111111 | 100110 | 10010 |
Color Harmonies of #3D3F1C
Complementary color
Monochromatic Colors of #3D3F1C
Black with #3D3F1C
Text Example
Text Example
White with #3D3F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3F1C; }
p { color: rgb(61,63,28); }
H1.HeaderClassName
{
color: #3D3F1C;
}
.AnyTagClassName
{
color: #3D3F1C;
}
</style>
background-color css
<style>
a { background-color: #3D3F1C; }
a { background-color: rgb(61,63,28); }
div.DivClassName
{
background-color: #3D3F1C;
}
.BgClassName
{
background-color: #3D3F1C;
}
</style>
border-color css
<style>
span { border-color: #3D3F1C; }
span { border-color: rgb(61,63,28); }
td.TdClassName
{
border-color: #3D3F1C;
}
.TagClassName
{
border-color: #3D3F1C;
}
</style>