Shades of Turtle Green #3C431E
Tints of Turtle Green #3C431E
RGB
CMYK
RGB Variations
Color information
#3C431E (or 0x3C431E) is known color: Turtle Green. HEX triplet: 3C, 43 and 1E. RGB value is (60,67,30). Sum of RGB (Red+Green+Blue) = 60+67+30=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #3C431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C431E is #C3BCE1. Grayscale: #3C3C3C. Windows color (decimal): -12827874 or 1983292. OLE color: 1983292.
HSL color Cylindrical-coordinate representation of color #3C431E: hue angle of 71.35º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C431E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 30 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.74 |
| HSL | 71.35º | 0.38% | 0.19% | - |
| HSV(B) | 71.35º | 0.55% | 0.26% | - |
| XYZ | 4.1 | 5.07 | 1.99 | - |
| YUV | 60.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 30 | 0.10 | 0 | 0.55 | 0.74 | 71.35 | 0.38 | 0.19 |
| Hex | 3C | 43 | 1E | A | 0 | 37 | 4A | 47 | 26 | 13 |
| Octal | 74 | 103 | 36 | 12 | 0 | 67 | 112 | 107 | 46 | 23 |
| Binary | 111100 | 1000011 | 11110 | 1010 | 0 | 110111 | 1001010 | 1000111 | 100110 | 10011 |
Color Harmonies of #3C431E
Complementary color
Monochromatic Colors of #3C431E
Black with #3C431E
Text Example
Text Example
White with #3C431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C431E; }
p { color: rgb(60,67,30); }
H1.HeaderClassName
{
color: #3C431E;
}
.AnyTagClassName
{
color: #3C431E;
}
</style>
background-color css
<style>
a { background-color: #3C431E; }
a { background-color: rgb(60,67,30); }
div.DivClassName
{
background-color: #3C431E;
}
.BgClassName
{
background-color: #3C431E;
}
</style>
border-color css
<style>
span { border-color: #3C431E; }
span { border-color: rgb(60,67,30); }
td.TdClassName
{
border-color: #3C431E;
}
.TagClassName
{
border-color: #3C431E;
}
</style>