Shades of Turtle Green #39420C
Tints of Turtle Green #39420C
RGB
CMYK
RGB Variations
Color information
#39420C (or 0x39420C) is known color: Turtle Green. HEX triplet: 39, 42 and 0C. RGB value is (57,66,12). Sum of RGB (Red+Green+Blue) = 57+66+12=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #39420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39420C is #C6BDF3. Grayscale: #393939. Windows color (decimal): -13024756 or 803385. OLE color: 803385.
HSL color Cylindrical-coordinate representation of color #39420C: hue angle of 70º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39420C is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 66 | 12 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.74 |
| HSL | 70º | 0.69% | 0.15% | - |
| HSV(B) | 70º | 0.82% | 0.26% | - |
| XYZ | 3.7 | 4.79 | 1.08 | - |
| YUV | 57.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 12 | 0.14 | 0 | 0.82 | 0.74 | 70 | 0.69 | 0.15 |
| Hex | 39 | 42 | C | E | 0 | 52 | 4A | 46 | 45 | F |
| Octal | 71 | 102 | 14 | 16 | 0 | 122 | 112 | 106 | 105 | 17 |
| Binary | 111001 | 1000010 | 1100 | 1110 | 0 | 1010010 | 1001010 | 1000110 | 1000101 | 1111 |
Color Harmonies of #39420C
Complementary color
Monochromatic Colors of #39420C
Black with #39420C
Text Example
Text Example
White with #39420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39420C; }
p { color: rgb(57,66,12); }
H1.HeaderClassName
{
color: #39420C;
}
.AnyTagClassName
{
color: #39420C;
}
</style>
background-color css
<style>
a { background-color: #39420C; }
a { background-color: rgb(57,66,12); }
div.DivClassName
{
background-color: #39420C;
}
.BgClassName
{
background-color: #39420C;
}
</style>
border-color css
<style>
span { border-color: #39420C; }
span { border-color: rgb(57,66,12); }
td.TdClassName
{
border-color: #39420C;
}
.TagClassName
{
border-color: #39420C;
}
</style>