Shades of Turtle Green #344200
Tints of Turtle Green #344200
RGB
CMYK
RGB Variations
Color information
#344200 (or 0x344200) is known color: Turtle Green. HEX triplet: 34, 42 and 00. RGB value is (52,66,0). Sum of RGB (Red+Green+Blue) = 52+66+0=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #344200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344200 is #CBBDFF. Grayscale: #363636. Windows color (decimal): -13352448 or 16948. OLE color: 16948.
HSL color Cylindrical-coordinate representation of color #344200: hue angle of 72.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #344200 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.74 |
| HSL | 72.73º | 1% | 0.13% | - |
| HSV(B) | 72.73º | 1% | 0.26% | - |
| XYZ | 3.36 | 4.63 | 0.72 | - |
| YUV | 54.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 0 | 0.21 | 0 | 1 | 0.74 | 72.73 | 1 | 0.13 |
| Hex | 34 | 42 | 0 | 15 | 0 | 64 | 4A | 49 | 64 | D |
| Octal | 64 | 102 | 0 | 25 | 0 | 144 | 112 | 111 | 144 | 15 |
| Binary | 110100 | 1000010 | 0 | 10101 | 0 | 1100100 | 1001010 | 1001001 | 1100100 | 1101 |
Color Harmonies of #344200
Complementary color
Monochromatic Colors of #344200
Black with #344200
Text Example
Text Example
White with #344200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344200; }
p { color: rgb(52,66,0); }
H1.HeaderClassName
{
color: #344200;
}
.AnyTagClassName
{
color: #344200;
}
</style>
background-color css
<style>
a { background-color: #344200; }
a { background-color: rgb(52,66,0); }
div.DivClassName
{
background-color: #344200;
}
.BgClassName
{
background-color: #344200;
}
</style>
border-color css
<style>
span { border-color: #344200; }
span { border-color: rgb(52,66,0); }
td.TdClassName
{
border-color: #344200;
}
.TagClassName
{
border-color: #344200;
}
</style>