Shades of Turtle Green #343C04
Tints of Turtle Green #343C04
RGB
CMYK
RGB Variations
Color information
#343C04 (or 0x343C04) is known color: Turtle Green. HEX triplet: 34, 3C and 04. RGB value is (52,60,4). Sum of RGB (Red+Green+Blue) = 52+60+4=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #343C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343C04 is #CBC3FB. Grayscale: #333333. Windows color (decimal): -13353980 or 277556. OLE color: 277556.
HSL color Cylindrical-coordinate representation of color #343C04: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #343C04 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 4 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.76 |
| HSL | 68.57º | 0.88% | 0.13% | - |
| HSV(B) | 68.57º | 0.93% | 0.24% | - |
| XYZ | 3.05 | 3.97 | 0.72 | - |
| YUV | 51.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 4 | 0.13 | 0 | 0.93 | 0.76 | 68.57 | 0.88 | 0.13 |
| Hex | 34 | 3C | 4 | D | 0 | 5D | 4C | 45 | 58 | D |
| Octal | 64 | 74 | 4 | 15 | 0 | 135 | 114 | 105 | 130 | 15 |
| Binary | 110100 | 111100 | 100 | 1101 | 0 | 1011101 | 1001100 | 1000101 | 1011000 | 1101 |
Color Harmonies of #343C04
Complementary color
Monochromatic Colors of #343C04
Black with #343C04
Text Example
Text Example
White with #343C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C04; }
p { color: rgb(52,60,4); }
H1.HeaderClassName
{
color: #343C04;
}
.AnyTagClassName
{
color: #343C04;
}
</style>
background-color css
<style>
a { background-color: #343C04; }
a { background-color: rgb(52,60,4); }
div.DivClassName
{
background-color: #343C04;
}
.BgClassName
{
background-color: #343C04;
}
</style>
border-color css
<style>
span { border-color: #343C04; }
span { border-color: rgb(52,60,4); }
td.TdClassName
{
border-color: #343C04;
}
.TagClassName
{
border-color: #343C04;
}
</style>