Shades of Turtle Green #3C3B08
Tints of Turtle Green #3C3B08
RGB
CMYK
RGB Variations
Color information
#3C3B08 (or 0x3C3B08) is known color: Turtle Green. HEX triplet: 3C, 3B and 08. RGB value is (60,59,8). Sum of RGB (Red+Green+Blue) = 60+59+8=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3B08 is #C3C4F7. Grayscale: #353535. Windows color (decimal): -12829944 or 539452. OLE color: 539452.
HSL color Cylindrical-coordinate representation of color #3C3B08: hue angle of 58.85º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C3B08 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 59 | 8 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.76 |
| HSL | 58.85º | 0.76% | 0.13% | - |
| HSV(B) | 58.85º | 0.87% | 0.24% | - |
| XYZ | 3.47 | 4.11 | 0.84 | - |
| YUV | 53.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 8 | 0 | 0.02 | 0.87 | 0.76 | 58.85 | 0.76 | 0.13 |
| Hex | 3C | 3B | 8 | 0 | 2 | 57 | 4C | 3B | 4C | D |
| Octal | 74 | 73 | 10 | 0 | 2 | 127 | 114 | 73 | 114 | 15 |
| Binary | 111100 | 111011 | 1000 | 0 | 10 | 1010111 | 1001100 | 111011 | 1001100 | 1101 |
Color Harmonies of #3C3B08
Complementary color
Monochromatic Colors of #3C3B08
Black with #3C3B08
Text Example
Text Example
White with #3C3B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B08; }
p { color: rgb(60,59,8); }
H1.HeaderClassName
{
color: #3C3B08;
}
.AnyTagClassName
{
color: #3C3B08;
}
</style>
background-color css
<style>
a { background-color: #3C3B08; }
a { background-color: rgb(60,59,8); }
div.DivClassName
{
background-color: #3C3B08;
}
.BgClassName
{
background-color: #3C3B08;
}
</style>
border-color css
<style>
span { border-color: #3C3B08; }
span { border-color: rgb(60,59,8); }
td.TdClassName
{
border-color: #3C3B08;
}
.TagClassName
{
border-color: #3C3B08;
}
</style>