Shades of Turtle Green #343B04
Tints of Turtle Green #343B04
RGB
CMYK
RGB Variations
Color information
#343B04 (or 0x343B04) is known color: Turtle Green. HEX triplet: 34, 3B and 04. RGB value is (52,59,4). Sum of RGB (Red+Green+Blue) = 52+59+4=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #343B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343B04 is #CBC4FB. Grayscale: #323232. Windows color (decimal): -13354236 or 277300. OLE color: 277300.
HSL color Cylindrical-coordinate representation of color #343B04: hue angle of 67.64º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #343B04 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 4 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.77 |
| HSL | 67.64º | 0.87% | 0.12% | - |
| HSV(B) | 67.64º | 0.93% | 0.23% | - |
| XYZ | 3 | 3.87 | 0.7 | - |
| YUV | 50.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 4 | 0.12 | 0 | 0.93 | 0.77 | 67.64 | 0.87 | 0.12 |
| Hex | 34 | 3B | 4 | C | 0 | 5D | 4D | 44 | 57 | C |
| Octal | 64 | 73 | 4 | 14 | 0 | 135 | 115 | 104 | 127 | 14 |
| Binary | 110100 | 111011 | 100 | 1100 | 0 | 1011101 | 1001101 | 1000100 | 1010111 | 1100 |
Color Harmonies of #343B04
Complementary color
Monochromatic Colors of #343B04
Black with #343B04
Text Example
Text Example
White with #343B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B04; }
p { color: rgb(52,59,4); }
H1.HeaderClassName
{
color: #343B04;
}
.AnyTagClassName
{
color: #343B04;
}
</style>
background-color css
<style>
a { background-color: #343B04; }
a { background-color: rgb(52,59,4); }
div.DivClassName
{
background-color: #343B04;
}
.BgClassName
{
background-color: #343B04;
}
</style>
border-color css
<style>
span { border-color: #343B04; }
span { border-color: rgb(52,59,4); }
td.TdClassName
{
border-color: #343B04;
}
.TagClassName
{
border-color: #343B04;
}
</style>