Shades of Turtle Green #343F1C
Tints of Turtle Green #343F1C
RGB
CMYK
RGB Variations
Color information
#343F1C (or 0x343F1C) is known color: Turtle Green. HEX triplet: 34, 3F and 1C. RGB value is (52,63,28). Sum of RGB (Red+Green+Blue) = 52+63+28=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 63 - color contains mainly: green. Hex color #343F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F1C is #CBC0E3. Grayscale: #373737. Windows color (decimal): -13353188 or 1851188. OLE color: 1851188.
HSL color Cylindrical-coordinate representation of color #343F1C: hue angle of 78.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343F1C is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 28 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.75 |
| HSL | 78.86º | 0.38% | 0.18% | - |
| HSV(B) | 78.86º | 0.56% | 0.25% | - |
| XYZ | 3.4 | 4.37 | 1.76 | - |
| YUV | 55.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 28 | 0.17 | 0 | 0.56 | 0.75 | 78.86 | 0.38 | 0.18 |
| Hex | 34 | 3F | 1C | 11 | 0 | 38 | 4B | 4F | 26 | 12 |
| Octal | 64 | 77 | 34 | 21 | 0 | 70 | 113 | 117 | 46 | 22 |
| Binary | 110100 | 111111 | 11100 | 10001 | 0 | 111000 | 1001011 | 1001111 | 100110 | 10010 |
Color Harmonies of #343F1C
Complementary color
Monochromatic Colors of #343F1C
Black with #343F1C
Text Example
Text Example
White with #343F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F1C; }
p { color: rgb(52,63,28); }
H1.HeaderClassName
{
color: #343F1C;
}
.AnyTagClassName
{
color: #343F1C;
}
</style>
background-color css
<style>
a { background-color: #343F1C; }
a { background-color: rgb(52,63,28); }
div.DivClassName
{
background-color: #343F1C;
}
.BgClassName
{
background-color: #343F1C;
}
</style>
border-color css
<style>
span { border-color: #343F1C; }
span { border-color: rgb(52,63,28); }
td.TdClassName
{
border-color: #343F1C;
}
.TagClassName
{
border-color: #343F1C;
}
</style>