Shades of Turtle Green #343609
Tints of Turtle Green #343609
RGB
CMYK
RGB Variations
Color information
#343609 (or 0x343609) is known color: Turtle Green. HEX triplet: 34, 36 and 09. RGB value is (52,54,9). Sum of RGB (Red+Green+Blue) = 52+54+9=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #343609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343609 is #CBC9F6. Grayscale: #303030. Windows color (decimal): -13355511 or 603700. OLE color: 603700.
HSL color Cylindrical-coordinate representation of color #343609: hue angle of 62.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #343609 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 9 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.79 |
| HSL | 62.67º | 0.71% | 0.12% | - |
| HSV(B) | 62.67º | 0.83% | 0.21% | - |
| XYZ | 2.78 | 3.39 | 0.77 | - |
| YUV | 48.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 9 | 0.04 | 0 | 0.83 | 0.79 | 62.67 | 0.71 | 0.12 |
| Hex | 34 | 36 | 9 | 4 | 0 | 53 | 4F | 3F | 47 | C |
| Octal | 64 | 66 | 11 | 4 | 0 | 123 | 117 | 77 | 107 | 14 |
| Binary | 110100 | 110110 | 1001 | 100 | 0 | 1010011 | 1001111 | 111111 | 1000111 | 1100 |
Color Harmonies of #343609
Complementary color
Monochromatic Colors of #343609
Black with #343609
Text Example
Text Example
White with #343609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343609; }
p { color: rgb(52,54,9); }
H1.HeaderClassName
{
color: #343609;
}
.AnyTagClassName
{
color: #343609;
}
</style>
background-color css
<style>
a { background-color: #343609; }
a { background-color: rgb(52,54,9); }
div.DivClassName
{
background-color: #343609;
}
.BgClassName
{
background-color: #343609;
}
</style>
border-color css
<style>
span { border-color: #343609; }
span { border-color: rgb(52,54,9); }
td.TdClassName
{
border-color: #343609;
}
.TagClassName
{
border-color: #343609;
}
</style>