Shades of Turtle Green #3C3A02
Tints of Turtle Green #3C3A02
RGB
CMYK
RGB Variations
Color information
#3C3A02 (or 0x3C3A02) is known color: Turtle Green. HEX triplet: 3C, 3A and 02. RGB value is (60,58,2). Sum of RGB (Red+Green+Blue) = 60+58+2=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3A02 is #C3C5FD. Grayscale: #343434. Windows color (decimal): -12830206 or 145980. OLE color: 145980.
HSL color Cylindrical-coordinate representation of color #3C3A02: hue angle of 57.93º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C3A02 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 58 | 2 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.76 |
| HSL | 57.93º | 0.94% | 0.12% | - |
| HSV(B) | 57.93º | 0.97% | 0.24% | - |
| XYZ | 3.39 | 3.99 | 0.65 | - |
| YUV | 52.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 2 | 0 | 0.03 | 0.97 | 0.76 | 57.93 | 0.94 | 0.12 |
| Hex | 3C | 3A | 2 | 0 | 3 | 61 | 4C | 3A | 5E | C |
| Octal | 74 | 72 | 2 | 0 | 3 | 141 | 114 | 72 | 136 | 14 |
| Binary | 111100 | 111010 | 10 | 0 | 11 | 1100001 | 1001100 | 111010 | 1011110 | 1100 |
Color Harmonies of #3C3A02
Complementary color
Monochromatic Colors of #3C3A02
Black with #3C3A02
Text Example
Text Example
White with #3C3A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A02; }
p { color: rgb(60,58,2); }
H1.HeaderClassName
{
color: #3C3A02;
}
.AnyTagClassName
{
color: #3C3A02;
}
</style>
background-color css
<style>
a { background-color: #3C3A02; }
a { background-color: rgb(60,58,2); }
div.DivClassName
{
background-color: #3C3A02;
}
.BgClassName
{
background-color: #3C3A02;
}
</style>
border-color css
<style>
span { border-color: #3C3A02; }
span { border-color: rgb(60,58,2); }
td.TdClassName
{
border-color: #3C3A02;
}
.TagClassName
{
border-color: #3C3A02;
}
</style>