Shades of Turtle Green #344B0C
Tints of Turtle Green #344B0C
RGB
CMYK
RGB Variations
Color information
#344B0C (or 0x344B0C) is known color: Turtle Green. HEX triplet: 34, 4B and 0C. RGB value is (52,75,12). Sum of RGB (Red+Green+Blue) = 52+75+12=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #344B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344B0C is #CBB4F3. Grayscale: #3D3D3D. Windows color (decimal): -13350132 or 805684. OLE color: 805684.
HSL color Cylindrical-coordinate representation of color #344B0C: hue angle of 81.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #344B0C is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 75 | 12 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.71 |
| HSL | 81.9º | 0.72% | 0.17% | - |
| HSV(B) | 81.9º | 0.84% | 0.29% | - |
| XYZ | 4 | 5.79 | 1.25 | - |
| YUV | 60.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 12 | 0.31 | 0 | 0.84 | 0.71 | 81.9 | 0.72 | 0.17 |
| Hex | 34 | 4B | C | 1F | 0 | 54 | 47 | 52 | 48 | 11 |
| Octal | 64 | 113 | 14 | 37 | 0 | 124 | 107 | 122 | 110 | 21 |
| Binary | 110100 | 1001011 | 1100 | 11111 | 0 | 1010100 | 1000111 | 1010010 | 1001000 | 10001 |
Color Harmonies of #344B0C
Complementary color
Monochromatic Colors of #344B0C
Black with #344B0C
Text Example
Text Example
White with #344B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B0C; }
p { color: rgb(52,75,12); }
H1.HeaderClassName
{
color: #344B0C;
}
.AnyTagClassName
{
color: #344B0C;
}
</style>
background-color css
<style>
a { background-color: #344B0C; }
a { background-color: rgb(52,75,12); }
div.DivClassName
{
background-color: #344B0C;
}
.BgClassName
{
background-color: #344B0C;
}
</style>
border-color css
<style>
span { border-color: #344B0C; }
span { border-color: rgb(52,75,12); }
td.TdClassName
{
border-color: #344B0C;
}
.TagClassName
{
border-color: #344B0C;
}
</style>