Shades of Turtle Green #3D3C03
Tints of Turtle Green #3D3C03
RGB
CMYK
RGB Variations
Color information
#3D3C03 (or 0x3D3C03) is known color: Turtle Green. HEX triplet: 3D, 3C and 03. RGB value is (61,60,3). Sum of RGB (Red+Green+Blue) = 61+60+3=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3C03 is #C2C3FC. Grayscale: #363636. Windows color (decimal): -12764157 or 212029. OLE color: 212029.
HSL color Cylindrical-coordinate representation of color #3D3C03: hue angle of 58.97º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D3C03 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 60 | 3 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.76 |
| HSL | 58.97º | 0.91% | 0.13% | - |
| HSV(B) | 58.97º | 0.95% | 0.24% | - |
| XYZ | 3.56 | 4.23 | 0.72 | - |
| YUV | 53.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 3 | 0 | 0.02 | 0.95 | 0.76 | 58.97 | 0.91 | 0.13 |
| Hex | 3D | 3C | 3 | 0 | 2 | 5F | 4C | 3B | 5B | D |
| Octal | 75 | 74 | 3 | 0 | 2 | 137 | 114 | 73 | 133 | 15 |
| Binary | 111101 | 111100 | 11 | 0 | 10 | 1011111 | 1001100 | 111011 | 1011011 | 1101 |
Color Harmonies of #3D3C03
Complementary color
Monochromatic Colors of #3D3C03
Black with #3D3C03
Text Example
Text Example
White with #3D3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C03; }
p { color: rgb(61,60,3); }
H1.HeaderClassName
{
color: #3D3C03;
}
.AnyTagClassName
{
color: #3D3C03;
}
</style>
background-color css
<style>
a { background-color: #3D3C03; }
a { background-color: rgb(61,60,3); }
div.DivClassName
{
background-color: #3D3C03;
}
.BgClassName
{
background-color: #3D3C03;
}
</style>
border-color css
<style>
span { border-color: #3D3C03; }
span { border-color: rgb(61,60,3); }
td.TdClassName
{
border-color: #3D3C03;
}
.TagClassName
{
border-color: #3D3C03;
}
</style>