Shades of Turtle Green #344101
Tints of Turtle Green #344101
RGB
CMYK
RGB Variations
Color information
#344101 (or 0x344101) is known color: Turtle Green. HEX triplet: 34, 41 and 01. RGB value is (52,65,1). Sum of RGB (Red+Green+Blue) = 52+65+1=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #344101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344101 is #CBBEFE. Grayscale: #363636. Windows color (decimal): -13352703 or 82228. OLE color: 82228.
HSL color Cylindrical-coordinate representation of color #344101: hue angle of 72.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #344101 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 1 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.75 |
| HSL | 72.19º | 0.97% | 0.13% | - |
| HSV(B) | 72.19º | 0.98% | 0.25% | - |
| XYZ | 3.31 | 4.51 | 0.73 | - |
| YUV | 53.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 1 | 0.20 | 0 | 0.98 | 0.75 | 72.19 | 0.97 | 0.13 |
| Hex | 34 | 41 | 1 | 14 | 0 | 62 | 4B | 48 | 61 | D |
| Octal | 64 | 101 | 1 | 24 | 0 | 142 | 113 | 110 | 141 | 15 |
| Binary | 110100 | 1000001 | 1 | 10100 | 0 | 1100010 | 1001011 | 1001000 | 1100001 | 1101 |
Color Harmonies of #344101
Complementary color
Monochromatic Colors of #344101
Black with #344101
Text Example
Text Example
White with #344101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344101; }
p { color: rgb(52,65,1); }
H1.HeaderClassName
{
color: #344101;
}
.AnyTagClassName
{
color: #344101;
}
</style>
background-color css
<style>
a { background-color: #344101; }
a { background-color: rgb(52,65,1); }
div.DivClassName
{
background-color: #344101;
}
.BgClassName
{
background-color: #344101;
}
</style>
border-color css
<style>
span { border-color: #344101; }
span { border-color: rgb(52,65,1); }
td.TdClassName
{
border-color: #344101;
}
.TagClassName
{
border-color: #344101;
}
</style>