Shades of Turtle Green #3D451A
Tints of Turtle Green #3D451A
RGB
CMYK
RGB Variations
Color information
#3D451A (or 0x3D451A) is known color: Turtle Green. HEX triplet: 3D, 45 and 1A. RGB value is (61,69,26). Sum of RGB (Red+Green+Blue) = 61+69+26=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #3D451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D451A is #C2BAE5. Grayscale: #3D3D3D. Windows color (decimal): -12761830 or 1721661. OLE color: 1721661.
HSL color Cylindrical-coordinate representation of color #3D451A: hue angle of 71.16º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D451A is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 69 | 26 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.73 |
| HSL | 71.16º | 0.45% | 0.19% | - |
| HSV(B) | 71.16º | 0.62% | 0.27% | - |
| XYZ | 4.24 | 5.32 | 1.78 | - |
| YUV | 61.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 26 | 0.12 | 0 | 0.62 | 0.73 | 71.16 | 0.45 | 0.19 |
| Hex | 3D | 45 | 1A | C | 0 | 3E | 49 | 47 | 2D | 13 |
| Octal | 75 | 105 | 32 | 14 | 0 | 76 | 111 | 107 | 55 | 23 |
| Binary | 111101 | 1000101 | 11010 | 1100 | 0 | 111110 | 1001001 | 1000111 | 101101 | 10011 |
Color Harmonies of #3D451A
Complementary color
Monochromatic Colors of #3D451A
Black with #3D451A
Text Example
Text Example
White with #3D451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D451A; }
p { color: rgb(61,69,26); }
H1.HeaderClassName
{
color: #3D451A;
}
.AnyTagClassName
{
color: #3D451A;
}
</style>
background-color css
<style>
a { background-color: #3D451A; }
a { background-color: rgb(61,69,26); }
div.DivClassName
{
background-color: #3D451A;
}
.BgClassName
{
background-color: #3D451A;
}
</style>
border-color css
<style>
span { border-color: #3D451A; }
span { border-color: rgb(61,69,26); }
td.TdClassName
{
border-color: #3D451A;
}
.TagClassName
{
border-color: #3D451A;
}
</style>