Shades of Turtle Green #3C430E
Tints of Turtle Green #3C430E
RGB
CMYK
RGB Variations
Color information
#3C430E (or 0x3C430E) is known color: Turtle Green. HEX triplet: 3C, 43 and 0E. RGB value is (60,67,14). Sum of RGB (Red+Green+Blue) = 60+67+14=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #3C430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C430E is #C3BCF1. Grayscale: #3B3B3B. Windows color (decimal): -12827890 or 934716. OLE color: 934716.
HSL color Cylindrical-coordinate representation of color #3C430E: hue angle of 67.92º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C430E is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 14 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.74 |
| HSL | 67.92º | 0.65% | 0.16% | - |
| HSV(B) | 67.92º | 0.79% | 0.26% | - |
| XYZ | 3.95 | 5.01 | 1.17 | - |
| YUV | 58.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 14 | 0.10 | 0 | 0.79 | 0.74 | 67.92 | 0.65 | 0.16 |
| Hex | 3C | 43 | E | A | 0 | 4F | 4A | 44 | 41 | 10 |
| Octal | 74 | 103 | 16 | 12 | 0 | 117 | 112 | 104 | 101 | 20 |
| Binary | 111100 | 1000011 | 1110 | 1010 | 0 | 1001111 | 1001010 | 1000100 | 1000001 | 10000 |
Color Harmonies of #3C430E
Complementary color
Monochromatic Colors of #3C430E
Black with #3C430E
Text Example
Text Example
White with #3C430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C430E; }
p { color: rgb(60,67,14); }
H1.HeaderClassName
{
color: #3C430E;
}
.AnyTagClassName
{
color: #3C430E;
}
</style>
background-color css
<style>
a { background-color: #3C430E; }
a { background-color: rgb(60,67,14); }
div.DivClassName
{
background-color: #3C430E;
}
.BgClassName
{
background-color: #3C430E;
}
</style>
border-color css
<style>
span { border-color: #3C430E; }
span { border-color: rgb(60,67,14); }
td.TdClassName
{
border-color: #3C430E;
}
.TagClassName
{
border-color: #3C430E;
}
</style>