Shades of Turtle Green #343F00
Tints of Turtle Green #343F00
RGB
CMYK
RGB Variations
Color information
#343F00 (or 0x343F00) is known color: Turtle Green. HEX triplet: 34, 3F and 00. RGB value is (52,63,0). Sum of RGB (Red+Green+Blue) = 52+63+0=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #343F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F00 is #CBC0FF. Grayscale: #343434. Windows color (decimal): -13353216 or 16180. OLE color: 16180.
HSL color Cylindrical-coordinate representation of color #343F00: hue angle of 70.48º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #343F00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.75 |
| HSL | 70.48º | 1% | 0.12% | - |
| HSV(B) | 70.48º | 1% | 0.25% | - |
| XYZ | 3.19 | 4.29 | 0.66 | - |
| YUV | 52.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 0 | 0.17 | 0 | 1 | 0.75 | 70.48 | 1 | 0.12 |
| Hex | 34 | 3F | 0 | 11 | 0 | 64 | 4B | 46 | 64 | C |
| Octal | 64 | 77 | 0 | 21 | 0 | 144 | 113 | 106 | 144 | 14 |
| Binary | 110100 | 111111 | 0 | 10001 | 0 | 1100100 | 1001011 | 1000110 | 1100100 | 1100 |
Color Harmonies of #343F00
Complementary color
Monochromatic Colors of #343F00
Black with #343F00
Text Example
Text Example
White with #343F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F00; }
p { color: rgb(52,63,0); }
H1.HeaderClassName
{
color: #343F00;
}
.AnyTagClassName
{
color: #343F00;
}
</style>
background-color css
<style>
a { background-color: #343F00; }
a { background-color: rgb(52,63,0); }
div.DivClassName
{
background-color: #343F00;
}
.BgClassName
{
background-color: #343F00;
}
</style>
border-color css
<style>
span { border-color: #343F00; }
span { border-color: rgb(52,63,0); }
td.TdClassName
{
border-color: #343F00;
}
.TagClassName
{
border-color: #343F00;
}
</style>