Shades of Turtle Green #343500
Tints of Turtle Green #343500
RGB
CMYK
RGB Variations
Color information
#343500 (or 0x343500) is known color: Turtle Green. HEX triplet: 34, 35 and 00. RGB value is (52,53,0). Sum of RGB (Red+Green+Blue) = 52+53+0=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #343500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343500 is #CBCAFF. Grayscale: #2E2E2E. Windows color (decimal): -13355776 or 13620. OLE color: 13620.
HSL color Cylindrical-coordinate representation of color #343500: hue angle of 61.13º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #343500 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 53 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.79 |
| HSL | 61.13º | 1% | 0.1% | - |
| HSV(B) | 61.13º | 1% | 0.21% | - |
| XYZ | 2.69 | 3.28 | 0.49 | - |
| YUV | 46.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 0 | 0.02 | 0 | 1 | 0.79 | 61.13 | 1 | 0.1 |
| Hex | 34 | 35 | 0 | 2 | 0 | 64 | 4F | 3D | 64 | A |
| Octal | 64 | 65 | 0 | 2 | 0 | 144 | 117 | 75 | 144 | 12 |
| Binary | 110100 | 110101 | 0 | 10 | 0 | 1100100 | 1001111 | 111101 | 1100100 | 1010 |
Color Harmonies of #343500
Complementary color
Monochromatic Colors of #343500
Black with #343500
Text Example
Text Example
White with #343500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343500; }
p { color: rgb(52,53,0); }
H1.HeaderClassName
{
color: #343500;
}
.AnyTagClassName
{
color: #343500;
}
</style>
background-color css
<style>
a { background-color: #343500; }
a { background-color: rgb(52,53,0); }
div.DivClassName
{
background-color: #343500;
}
.BgClassName
{
background-color: #343500;
}
</style>
border-color css
<style>
span { border-color: #343500; }
span { border-color: rgb(52,53,0); }
td.TdClassName
{
border-color: #343500;
}
.TagClassName
{
border-color: #343500;
}
</style>