Shades of Turtle Green #343802
Tints of Turtle Green #343802
RGB
CMYK
RGB Variations
Color information
#343802 (or 0x343802) is known color: Turtle Green. HEX triplet: 34, 38 and 02. RGB value is (52,56,2). Sum of RGB (Red+Green+Blue) = 52+56+2=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #343802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343802 is #CBC7FD. Grayscale: #303030. Windows color (decimal): -13355006 or 145460. OLE color: 145460.
HSL color Cylindrical-coordinate representation of color #343802: hue angle of 64.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #343802 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 56 | 2 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.78 |
| HSL | 64.44º | 0.93% | 0.11% | - |
| HSV(B) | 64.44º | 0.96% | 0.22% | - |
| XYZ | 2.84 | 3.56 | 0.6 | - |
| YUV | 48.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 2 | 0.07 | 0 | 0.96 | 0.78 | 64.44 | 0.93 | 0.11 |
| Hex | 34 | 38 | 2 | 7 | 0 | 60 | 4E | 40 | 5D | B |
| Octal | 64 | 70 | 2 | 7 | 0 | 140 | 116 | 100 | 135 | 13 |
| Binary | 110100 | 111000 | 10 | 111 | 0 | 1100000 | 1001110 | 1000000 | 1011101 | 1011 |
Color Harmonies of #343802
Complementary color
Monochromatic Colors of #343802
Black with #343802
Text Example
Text Example
White with #343802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343802; }
p { color: rgb(52,56,2); }
H1.HeaderClassName
{
color: #343802;
}
.AnyTagClassName
{
color: #343802;
}
</style>
background-color css
<style>
a { background-color: #343802; }
a { background-color: rgb(52,56,2); }
div.DivClassName
{
background-color: #343802;
}
.BgClassName
{
background-color: #343802;
}
</style>
border-color css
<style>
span { border-color: #343802; }
span { border-color: rgb(52,56,2); }
td.TdClassName
{
border-color: #343802;
}
.TagClassName
{
border-color: #343802;
}
</style>