Shades of Turtle Green #3C451F
Tints of Turtle Green #3C451F
RGB
CMYK
RGB Variations
Color information
#3C451F (or 0x3C451F) is known color: Turtle Green. HEX triplet: 3C, 45 and 1F. RGB value is (60,69,31). Sum of RGB (Red+Green+Blue) = 60+69+31=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #3C451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C451F is #C3BAE0. Grayscale: #3E3E3E. Windows color (decimal): -12827361 or 2049340. OLE color: 2049340.
HSL color Cylindrical-coordinate representation of color #3C451F: hue angle of 74.21º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C451F is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 69 | 31 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.73 |
| HSL | 74.21º | 0.38% | 0.2% | - |
| HSV(B) | 74.21º | 0.55% | 0.27% | - |
| XYZ | 4.24 | 5.32 | 2.1 | - |
| YUV | 61.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 31 | 0.13 | 0 | 0.55 | 0.73 | 74.21 | 0.38 | 0.2 |
| Hex | 3C | 45 | 1F | D | 0 | 37 | 49 | 4A | 26 | 14 |
| Octal | 74 | 105 | 37 | 15 | 0 | 67 | 111 | 112 | 46 | 24 |
| Binary | 111100 | 1000101 | 11111 | 1101 | 0 | 110111 | 1001001 | 1001010 | 100110 | 10100 |
Color Harmonies of #3C451F
Complementary color
Monochromatic Colors of #3C451F
Black with #3C451F
Text Example
Text Example
White with #3C451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C451F; }
p { color: rgb(60,69,31); }
H1.HeaderClassName
{
color: #3C451F;
}
.AnyTagClassName
{
color: #3C451F;
}
</style>
background-color css
<style>
a { background-color: #3C451F; }
a { background-color: rgb(60,69,31); }
div.DivClassName
{
background-color: #3C451F;
}
.BgClassName
{
background-color: #3C451F;
}
</style>
border-color css
<style>
span { border-color: #3C451F; }
span { border-color: rgb(60,69,31); }
td.TdClassName
{
border-color: #3C451F;
}
.TagClassName
{
border-color: #3C451F;
}
</style>