Shades of Turtle Green #354C0C
Tints of Turtle Green #354C0C
RGB
CMYK
RGB Variations
Color information
#354C0C (or 0x354C0C) is known color: Turtle Green. HEX triplet: 35, 4C and 0C. RGB value is (53,76,12). Sum of RGB (Red+Green+Blue) = 53+76+12=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 76 (30.08% from 255 or 53.90% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 76 - color contains mainly: green. Hex color #354C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354C0C is #CAB3F3. Grayscale: #3E3E3E. Windows color (decimal): -13284340 or 805941. OLE color: 805941.
HSL color Cylindrical-coordinate representation of color #354C0C: hue angle of 81.56º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #354C0C is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 12 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.70 |
| HSL | 81.56º | 0.73% | 0.17% | - |
| HSV(B) | 81.56º | 0.84% | 0.3% | - |
| XYZ | 4.12 | 5.95 | 1.28 | - |
| YUV | 61.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 12 | 0.30 | 0 | 0.84 | 0.70 | 81.56 | 0.73 | 0.17 |
| Hex | 35 | 4C | C | 1E | 0 | 54 | 46 | 52 | 49 | 11 |
| Octal | 65 | 114 | 14 | 36 | 0 | 124 | 106 | 122 | 111 | 21 |
| Binary | 110101 | 1001100 | 1100 | 11110 | 0 | 1010100 | 1000110 | 1010010 | 1001001 | 10001 |
Color Harmonies of #354C0C
Complementary color
Monochromatic Colors of #354C0C
Black with #354C0C
Text Example
Text Example
White with #354C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C0C; }
p { color: rgb(53,76,12); }
H1.HeaderClassName
{
color: #354C0C;
}
.AnyTagClassName
{
color: #354C0C;
}
</style>
background-color css
<style>
a { background-color: #354C0C; }
a { background-color: rgb(53,76,12); }
div.DivClassName
{
background-color: #354C0C;
}
.BgClassName
{
background-color: #354C0C;
}
</style>
border-color css
<style>
span { border-color: #354C0C; }
span { border-color: rgb(53,76,12); }
td.TdClassName
{
border-color: #354C0C;
}
.TagClassName
{
border-color: #354C0C;
}
</style>