Shades of Turtle Green #3D440A
Tints of Turtle Green #3D440A
RGB
CMYK
RGB Variations
Color information
#3D440A (or 0x3D440A) is known color: Turtle Green. HEX triplet: 3D, 44 and 0A. RGB value is (61,68,10). Sum of RGB (Red+Green+Blue) = 61+68+10=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #3D440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D440A is #C2BBF5. Grayscale: #3B3B3B. Windows color (decimal): -12762102 or 672829. OLE color: 672829.
HSL color Cylindrical-coordinate representation of color #3D440A: hue angle of 67.24º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D440A is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 68 | 10 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.73 |
| HSL | 67.24º | 0.74% | 0.15% | - |
| HSV(B) | 67.24º | 0.85% | 0.27% | - |
| XYZ | 4.05 | 5.15 | 1.07 | - |
| YUV | 59.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 10 | 0.10 | 0 | 0.85 | 0.73 | 67.24 | 0.74 | 0.15 |
| Hex | 3D | 44 | A | A | 0 | 55 | 49 | 43 | 4A | F |
| Octal | 75 | 104 | 12 | 12 | 0 | 125 | 111 | 103 | 112 | 17 |
| Binary | 111101 | 1000100 | 1010 | 1010 | 0 | 1010101 | 1001001 | 1000011 | 1001010 | 1111 |
Color Harmonies of #3D440A
Complementary color
Monochromatic Colors of #3D440A
Black with #3D440A
Text Example
Text Example
White with #3D440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D440A; }
p { color: rgb(61,68,10); }
H1.HeaderClassName
{
color: #3D440A;
}
.AnyTagClassName
{
color: #3D440A;
}
</style>
background-color css
<style>
a { background-color: #3D440A; }
a { background-color: rgb(61,68,10); }
div.DivClassName
{
background-color: #3D440A;
}
.BgClassName
{
background-color: #3D440A;
}
</style>
border-color css
<style>
span { border-color: #3D440A; }
span { border-color: rgb(61,68,10); }
td.TdClassName
{
border-color: #3D440A;
}
.TagClassName
{
border-color: #3D440A;
}
</style>