Shades of Turtle Green #3D4103
Tints of Turtle Green #3D4103
RGB
CMYK
RGB Variations
Color information
#3D4103 (or 0x3D4103) is known color: Turtle Green. HEX triplet: 3D, 41 and 03. RGB value is (61,65,3). Sum of RGB (Red+Green+Blue) = 61+65+3=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4103 is #C2BEFC. Grayscale: #383838. Windows color (decimal): -12762877 or 213309. OLE color: 213309.
HSL color Cylindrical-coordinate representation of color #3D4103: hue angle of 63.87º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D4103 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 3 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.75 |
| HSL | 63.87º | 0.91% | 0.13% | - |
| HSV(B) | 63.87º | 0.95% | 0.25% | - |
| XYZ | 3.83 | 4.78 | 0.81 | - |
| YUV | 56.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 3 | 0.06 | 0 | 0.95 | 0.75 | 63.87 | 0.91 | 0.13 |
| Hex | 3D | 41 | 3 | 6 | 0 | 5F | 4B | 40 | 5B | D |
| Octal | 75 | 101 | 3 | 6 | 0 | 137 | 113 | 100 | 133 | 15 |
| Binary | 111101 | 1000001 | 11 | 110 | 0 | 1011111 | 1001011 | 1000000 | 1011011 | 1101 |
Color Harmonies of #3D4103
Complementary color
Monochromatic Colors of #3D4103
Black with #3D4103
Text Example
Text Example
White with #3D4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4103; }
p { color: rgb(61,65,3); }
H1.HeaderClassName
{
color: #3D4103;
}
.AnyTagClassName
{
color: #3D4103;
}
</style>
background-color css
<style>
a { background-color: #3D4103; }
a { background-color: rgb(61,65,3); }
div.DivClassName
{
background-color: #3D4103;
}
.BgClassName
{
background-color: #3D4103;
}
</style>
border-color css
<style>
span { border-color: #3D4103; }
span { border-color: rgb(61,65,3); }
td.TdClassName
{
border-color: #3D4103;
}
.TagClassName
{
border-color: #3D4103;
}
</style>