Shades of Turtle Green #3D450B
Tints of Turtle Green #3D450B
RGB
CMYK
RGB Variations
Color information
#3D450B (or 0x3D450B) is known color: Turtle Green. HEX triplet: 3D, 45 and 0B. RGB value is (61,69,11). Sum of RGB (Red+Green+Blue) = 61+69+11=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #3D450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D450B is #C2BAF4. Grayscale: #3C3C3C. Windows color (decimal): -12761845 or 738621. OLE color: 738621.
HSL color Cylindrical-coordinate representation of color #3D450B: hue angle of 68.28º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D450B is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 69 | 11 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.73 |
| HSL | 68.28º | 0.73% | 0.16% | - |
| HSV(B) | 68.28º | 0.84% | 0.27% | - |
| XYZ | 4.11 | 5.27 | 1.12 | - |
| YUV | 60 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 11 | 0.12 | 0 | 0.84 | 0.73 | 68.28 | 0.73 | 0.16 |
| Hex | 3D | 45 | B | C | 0 | 54 | 49 | 44 | 48 | 10 |
| Octal | 75 | 105 | 13 | 14 | 0 | 124 | 111 | 104 | 110 | 20 |
| Binary | 111101 | 1000101 | 1011 | 1100 | 0 | 1010100 | 1001001 | 1000100 | 1001000 | 10000 |
Color Harmonies of #3D450B
Complementary color
Monochromatic Colors of #3D450B
Black with #3D450B
Text Example
Text Example
White with #3D450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D450B; }
p { color: rgb(61,69,11); }
H1.HeaderClassName
{
color: #3D450B;
}
.AnyTagClassName
{
color: #3D450B;
}
</style>
background-color css
<style>
a { background-color: #3D450B; }
a { background-color: rgb(61,69,11); }
div.DivClassName
{
background-color: #3D450B;
}
.BgClassName
{
background-color: #3D450B;
}
</style>
border-color css
<style>
span { border-color: #3D450B; }
span { border-color: rgb(61,69,11); }
td.TdClassName
{
border-color: #3D450B;
}
.TagClassName
{
border-color: #3D450B;
}
</style>