Shades of Turtle Green #343C0F
Tints of Turtle Green #343C0F
RGB
CMYK
RGB Variations
Color information
#343C0F (or 0x343C0F) is known color: Turtle Green. HEX triplet: 34, 3C and 0F. RGB value is (52,60,15). Sum of RGB (Red+Green+Blue) = 52+60+15=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 60 - color contains mainly: green. Hex color #343C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343C0F is #CBC3F0. Grayscale: #343434. Windows color (decimal): -13353969 or 998452. OLE color: 998452.
HSL color Cylindrical-coordinate representation of color #343C0F: hue angle of 70.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343C0F is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 15 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.76 |
| HSL | 70.67º | 0.6% | 0.15% | - |
| HSV(B) | 70.67º | 0.75% | 0.24% | - |
| XYZ | 3.12 | 4 | 1.06 | - |
| YUV | 52.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 15 | 0.13 | 0 | 0.75 | 0.76 | 70.67 | 0.6 | 0.15 |
| Hex | 34 | 3C | F | D | 0 | 4B | 4C | 47 | 3C | F |
| Octal | 64 | 74 | 17 | 15 | 0 | 113 | 114 | 107 | 74 | 17 |
| Binary | 110100 | 111100 | 1111 | 1101 | 0 | 1001011 | 1001100 | 1000111 | 111100 | 1111 |
Color Harmonies of #343C0F
Complementary color
Monochromatic Colors of #343C0F
Black with #343C0F
Text Example
Text Example
White with #343C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C0F; }
p { color: rgb(52,60,15); }
H1.HeaderClassName
{
color: #343C0F;
}
.AnyTagClassName
{
color: #343C0F;
}
</style>
background-color css
<style>
a { background-color: #343C0F; }
a { background-color: rgb(52,60,15); }
div.DivClassName
{
background-color: #343C0F;
}
.BgClassName
{
background-color: #343C0F;
}
</style>
border-color css
<style>
span { border-color: #343C0F; }
span { border-color: rgb(52,60,15); }
td.TdClassName
{
border-color: #343C0F;
}
.TagClassName
{
border-color: #343C0F;
}
</style>