Shades of Turtle Green #343C18
Tints of Turtle Green #343C18
RGB
CMYK
RGB Variations
Color information
#343C18 (or 0x343C18) is known color: Turtle Green. HEX triplet: 34, 3C and 18. RGB value is (52,60,24). Sum of RGB (Red+Green+Blue) = 52+60+24=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 60 - color contains mainly: green. Hex color #343C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343C18 is #CBC3E7. Grayscale: #353535. Windows color (decimal): -13353960 or 1588276. OLE color: 1588276.
HSL color Cylindrical-coordinate representation of color #343C18: hue angle of 73.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #343C18 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 24 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.76 |
| HSL | 73.33º | 0.43% | 0.16% | - |
| HSV(B) | 73.33º | 0.6% | 0.24% | - |
| XYZ | 3.2 | 4.03 | 1.47 | - |
| YUV | 53.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 24 | 0.13 | 0 | 0.60 | 0.76 | 73.33 | 0.43 | 0.16 |
| Hex | 34 | 3C | 18 | D | 0 | 3C | 4C | 49 | 2B | 10 |
| Octal | 64 | 74 | 30 | 15 | 0 | 74 | 114 | 111 | 53 | 20 |
| Binary | 110100 | 111100 | 11000 | 1101 | 0 | 111100 | 1001100 | 1001001 | 101011 | 10000 |
Color Harmonies of #343C18
Complementary color
Monochromatic Colors of #343C18
Black with #343C18
Text Example
Text Example
White with #343C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C18; }
p { color: rgb(52,60,24); }
H1.HeaderClassName
{
color: #343C18;
}
.AnyTagClassName
{
color: #343C18;
}
</style>
background-color css
<style>
a { background-color: #343C18; }
a { background-color: rgb(52,60,24); }
div.DivClassName
{
background-color: #343C18;
}
.BgClassName
{
background-color: #343C18;
}
</style>
border-color css
<style>
span { border-color: #343C18; }
span { border-color: rgb(52,60,24); }
td.TdClassName
{
border-color: #343C18;
}
.TagClassName
{
border-color: #343C18;
}
</style>