Shades of Turtle Green #39451C
Tints of Turtle Green #39451C
RGB
CMYK
RGB Variations
Color information
#39451C (or 0x39451C) is known color: Turtle Green. HEX triplet: 39, 45 and 1C. RGB value is (57,69,28). Sum of RGB (Red+Green+Blue) = 57+69+28=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #39451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39451C is #C6BAE3. Grayscale: #3C3C3C. Windows color (decimal): -13023972 or 1852729. OLE color: 1852729.
HSL color Cylindrical-coordinate representation of color #39451C: hue angle of 77.56º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39451C is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 28 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.73 |
| HSL | 77.56º | 0.42% | 0.19% | - |
| HSV(B) | 77.56º | 0.59% | 0.27% | - |
| XYZ | 4.03 | 5.21 | 1.89 | - |
| YUV | 60.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 28 | 0.17 | 0 | 0.59 | 0.73 | 77.56 | 0.42 | 0.19 |
| Hex | 39 | 45 | 1C | 11 | 0 | 3B | 49 | 4E | 2A | 13 |
| Octal | 71 | 105 | 34 | 21 | 0 | 73 | 111 | 116 | 52 | 23 |
| Binary | 111001 | 1000101 | 11100 | 10001 | 0 | 111011 | 1001001 | 1001110 | 101010 | 10011 |
Color Harmonies of #39451C
Complementary color
Monochromatic Colors of #39451C
Black with #39451C
Text Example
Text Example
White with #39451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39451C; }
p { color: rgb(57,69,28); }
H1.HeaderClassName
{
color: #39451C;
}
.AnyTagClassName
{
color: #39451C;
}
</style>
background-color css
<style>
a { background-color: #39451C; }
a { background-color: rgb(57,69,28); }
div.DivClassName
{
background-color: #39451C;
}
.BgClassName
{
background-color: #39451C;
}
</style>
border-color css
<style>
span { border-color: #39451C; }
span { border-color: rgb(57,69,28); }
td.TdClassName
{
border-color: #39451C;
}
.TagClassName
{
border-color: #39451C;
}
</style>