Shades of Turtle Green #39411F
Tints of Turtle Green #39411F
RGB
CMYK
RGB Variations
Color information
#39411F (or 0x39411F) is known color: Turtle Green. HEX triplet: 39, 41 and 1F. RGB value is (57,65,31). Sum of RGB (Red+Green+Blue) = 57+65+31=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #39411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39411F is #C6BEE0. Grayscale: #3A3A3A. Windows color (decimal): -13024993 or 2048313. OLE color: 2048313.
HSL color Cylindrical-coordinate representation of color #39411F: hue angle of 74.12º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #39411F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 65 | 31 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.75 |
| HSL | 74.12º | 0.35% | 0.19% | - |
| HSV(B) | 74.12º | 0.52% | 0.25% | - |
| XYZ | 3.82 | 4.75 | 2.01 | - |
| YUV | 58.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 31 | 0.12 | 0 | 0.52 | 0.75 | 74.12 | 0.35 | 0.19 |
| Hex | 39 | 41 | 1F | C | 0 | 34 | 4B | 4A | 23 | 13 |
| Octal | 71 | 101 | 37 | 14 | 0 | 64 | 113 | 112 | 43 | 23 |
| Binary | 111001 | 1000001 | 11111 | 1100 | 0 | 110100 | 1001011 | 1001010 | 100011 | 10011 |
Color Harmonies of #39411F
Complementary color
Monochromatic Colors of #39411F
Black with #39411F
Text Example
Text Example
White with #39411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39411F; }
p { color: rgb(57,65,31); }
H1.HeaderClassName
{
color: #39411F;
}
.AnyTagClassName
{
color: #39411F;
}
</style>
background-color css
<style>
a { background-color: #39411F; }
a { background-color: rgb(57,65,31); }
div.DivClassName
{
background-color: #39411F;
}
.BgClassName
{
background-color: #39411F;
}
</style>
border-color css
<style>
span { border-color: #39411F; }
span { border-color: rgb(57,65,31); }
td.TdClassName
{
border-color: #39411F;
}
.TagClassName
{
border-color: #39411F;
}
</style>