Shades of Turtle Green #3F451D
Tints of Turtle Green #3F451D
RGB
CMYK
RGB Variations
Color information
#3F451D (or 0x3F451D) is known color: Turtle Green. HEX triplet: 3F, 45 and 1D. RGB value is (63,69,29). Sum of RGB (Red+Green+Blue) = 63+69+29=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #3F451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F451D is #C0BAE2. Grayscale: #3E3E3E. Windows color (decimal): -12630755 or 1918271. OLE color: 1918271.
HSL color Cylindrical-coordinate representation of color #3F451D: hue angle of 69º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F451D is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 69 | 29 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.73 |
| HSL | 69º | 0.41% | 0.19% | - |
| HSV(B) | 69º | 0.58% | 0.27% | - |
| XYZ | 4.4 | 5.4 | 1.97 | - |
| YUV | 62.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 29 | 0.09 | 0 | 0.58 | 0.73 | 69 | 0.41 | 0.19 |
| Hex | 3F | 45 | 1D | 9 | 0 | 3A | 49 | 45 | 29 | 13 |
| Octal | 77 | 105 | 35 | 11 | 0 | 72 | 111 | 105 | 51 | 23 |
| Binary | 111111 | 1000101 | 11101 | 1001 | 0 | 111010 | 1001001 | 1000101 | 101001 | 10011 |
Color Harmonies of #3F451D
Complementary color
Monochromatic Colors of #3F451D
Black with #3F451D
Text Example
Text Example
White with #3F451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F451D; }
p { color: rgb(63,69,29); }
H1.HeaderClassName
{
color: #3F451D;
}
.AnyTagClassName
{
color: #3F451D;
}
</style>
background-color css
<style>
a { background-color: #3F451D; }
a { background-color: rgb(63,69,29); }
div.DivClassName
{
background-color: #3F451D;
}
.BgClassName
{
background-color: #3F451D;
}
</style>
border-color css
<style>
span { border-color: #3F451D; }
span { border-color: rgb(63,69,29); }
td.TdClassName
{
border-color: #3F451D;
}
.TagClassName
{
border-color: #3F451D;
}
</style>