Shades of Turtle Green #3C4508
Tints of Turtle Green #3C4508
RGB
CMYK
RGB Variations
Color information
#3C4508 (or 0x3C4508) is known color: Turtle Green. HEX triplet: 3C, 45 and 08. RGB value is (60,69,8). Sum of RGB (Red+Green+Blue) = 60+69+8=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #3C4508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4508 is #C3BAF7. Grayscale: #3B3B3B. Windows color (decimal): -12827384 or 542012. OLE color: 542012.
HSL color Cylindrical-coordinate representation of color #3C4508: hue angle of 68.85º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C4508 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 69 | 8 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.73 |
| HSL | 68.85º | 0.79% | 0.15% | - |
| HSV(B) | 68.85º | 0.88% | 0.27% | - |
| XYZ | 4.04 | 5.23 | 1.03 | - |
| YUV | 59.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 8 | 0.13 | 0 | 0.88 | 0.73 | 68.85 | 0.79 | 0.15 |
| Hex | 3C | 45 | 8 | D | 0 | 58 | 49 | 45 | 4F | F |
| Octal | 74 | 105 | 10 | 15 | 0 | 130 | 111 | 105 | 117 | 17 |
| Binary | 111100 | 1000101 | 1000 | 1101 | 0 | 1011000 | 1001001 | 1000101 | 1001111 | 1111 |
Color Harmonies of #3C4508
Complementary color
Monochromatic Colors of #3C4508
Black with #3C4508
Text Example
Text Example
White with #3C4508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4508; }
p { color: rgb(60,69,8); }
H1.HeaderClassName
{
color: #3C4508;
}
.AnyTagClassName
{
color: #3C4508;
}
</style>
background-color css
<style>
a { background-color: #3C4508; }
a { background-color: rgb(60,69,8); }
div.DivClassName
{
background-color: #3C4508;
}
.BgClassName
{
background-color: #3C4508;
}
</style>
border-color css
<style>
span { border-color: #3C4508; }
span { border-color: rgb(60,69,8); }
td.TdClassName
{
border-color: #3C4508;
}
.TagClassName
{
border-color: #3C4508;
}
</style>