Shades of Turtle Green #343F01
Tints of Turtle Green #343F01
RGB
CMYK
RGB Variations
Color information
#343F01 (or 0x343F01) is known color: Turtle Green. HEX triplet: 34, 3F and 01. RGB value is (52,63,1). Sum of RGB (Red+Green+Blue) = 52+63+1=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #343F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F01 is #CBC0FE. Grayscale: #343434. Windows color (decimal): -13353215 or 81716. OLE color: 81716.
HSL color Cylindrical-coordinate representation of color #343F01: hue angle of 70.65º 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 #343F01 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 1 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.75 |
| HSL | 70.65º | 0.97% | 0.13% | - |
| HSV(B) | 70.65º | 0.98% | 0.25% | - |
| XYZ | 3.2 | 4.29 | 0.69 | - |
| YUV | 52.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 1 | 0.17 | 0 | 0.98 | 0.75 | 70.65 | 0.97 | 0.13 |
| Hex | 34 | 3F | 1 | 11 | 0 | 62 | 4B | 47 | 61 | D |
| Octal | 64 | 77 | 1 | 21 | 0 | 142 | 113 | 107 | 141 | 15 |
| Binary | 110100 | 111111 | 1 | 10001 | 0 | 1100010 | 1001011 | 1000111 | 1100001 | 1101 |
Color Harmonies of #343F01
Complementary color
Monochromatic Colors of #343F01
Black with #343F01
Text Example
Text Example
White with #343F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F01; }
p { color: rgb(52,63,1); }
H1.HeaderClassName
{
color: #343F01;
}
.AnyTagClassName
{
color: #343F01;
}
</style>
background-color css
<style>
a { background-color: #343F01; }
a { background-color: rgb(52,63,1); }
div.DivClassName
{
background-color: #343F01;
}
.BgClassName
{
background-color: #343F01;
}
</style>
border-color css
<style>
span { border-color: #343F01; }
span { border-color: rgb(52,63,1); }
td.TdClassName
{
border-color: #343F01;
}
.TagClassName
{
border-color: #343F01;
}
</style>