Shades of Turtle Green #3C450B
Tints of Turtle Green #3C450B
RGB
CMYK
RGB Variations
Color information
#3C450B (or 0x3C450B) is known color: Turtle Green. HEX triplet: 3C, 45 and 0B. RGB value is (60,69,11). Sum of RGB (Red+Green+Blue) = 60+69+11=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #3C450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C450B is #C3BAF4. Grayscale: #3B3B3B. Windows color (decimal): -12827381 or 738620. OLE color: 738620.
HSL color Cylindrical-coordinate representation of color #3C450B: hue angle of 69.31º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C450B is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 69 | 11 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.73 |
| HSL | 69.31º | 0.73% | 0.16% | - |
| HSV(B) | 69.31º | 0.84% | 0.27% | - |
| XYZ | 4.05 | 5.24 | 1.11 | - |
| YUV | 59.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 11 | 0.13 | 0 | 0.84 | 0.73 | 69.31 | 0.73 | 0.16 |
| Hex | 3C | 45 | B | D | 0 | 54 | 49 | 45 | 48 | 10 |
| Octal | 74 | 105 | 13 | 15 | 0 | 124 | 111 | 105 | 110 | 20 |
| Binary | 111100 | 1000101 | 1011 | 1101 | 0 | 1010100 | 1001001 | 1000101 | 1001000 | 10000 |
Color Harmonies of #3C450B
Complementary color
Monochromatic Colors of #3C450B
Black with #3C450B
Text Example
Text Example
White with #3C450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C450B; }
p { color: rgb(60,69,11); }
H1.HeaderClassName
{
color: #3C450B;
}
.AnyTagClassName
{
color: #3C450B;
}
</style>
background-color css
<style>
a { background-color: #3C450B; }
a { background-color: rgb(60,69,11); }
div.DivClassName
{
background-color: #3C450B;
}
.BgClassName
{
background-color: #3C450B;
}
</style>
border-color css
<style>
span { border-color: #3C450B; }
span { border-color: rgb(60,69,11); }
td.TdClassName
{
border-color: #3C450B;
}
.TagClassName
{
border-color: #3C450B;
}
</style>