Shades of Turtle Green #343401
Tints of Turtle Green #343401
RGB
CMYK
RGB Variations
Color information
#343401 (or 0x343401) is known color: Turtle Green. HEX triplet: 34, 34 and 01. RGB value is (52,52,1). Sum of RGB (Red+Green+Blue) = 52+52+1=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 52 - color contains mainly: red, green. Hex color #343401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343401 is #CBCBFE. Grayscale: #2E2E2E. Windows color (decimal): -13356031 or 78900. OLE color: 78900.
HSL color Cylindrical-coordinate representation of color #343401: hue angle of 60º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #343401 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 52 | 1 | - |
| CMYK | 0 | 0 | 0.98 | 0.80 |
| HSL | 60º | 0.96% | 0.1% | - |
| HSV(B) | 60º | 0.98% | 0.2% | - |
| XYZ | 2.65 | 3.19 | 0.5 | - |
| YUV | 46.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 1 | 0 | 0 | 0.98 | 0.80 | 60 | 0.96 | 0.1 |
| Hex | 34 | 34 | 1 | 0 | 0 | 62 | 50 | 3C | 60 | A |
| Octal | 64 | 64 | 1 | 0 | 0 | 142 | 120 | 74 | 140 | 12 |
| Binary | 110100 | 110100 | 1 | 0 | 0 | 1100010 | 1010000 | 111100 | 1100000 | 1010 |
Color Harmonies of #343401
Complementary color
Monochromatic Colors of #343401
Black with #343401
Text Example
Text Example
White with #343401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343401; }
p { color: rgb(52,52,1); }
H1.HeaderClassName
{
color: #343401;
}
.AnyTagClassName
{
color: #343401;
}
</style>
background-color css
<style>
a { background-color: #343401; }
a { background-color: rgb(52,52,1); }
div.DivClassName
{
background-color: #343401;
}
.BgClassName
{
background-color: #343401;
}
</style>
border-color css
<style>
span { border-color: #343401; }
span { border-color: rgb(52,52,1); }
td.TdClassName
{
border-color: #343401;
}
.TagClassName
{
border-color: #343401;
}
</style>