Shades of Turtle Green #343601
Tints of Turtle Green #343601
RGB
CMYK
RGB Variations
Color information
#343601 (or 0x343601) is known color: Turtle Green. HEX triplet: 34, 36 and 01. RGB value is (52,54,1). Sum of RGB (Red+Green+Blue) = 52+54+1=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #343601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343601 is #CBC9FE. Grayscale: #2F2F2F. Windows color (decimal): -13355519 or 79412. OLE color: 79412.
HSL color Cylindrical-coordinate representation of color #343601: hue angle of 62.26º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #343601 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 1 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.79 |
| HSL | 62.26º | 0.96% | 0.11% | - |
| HSV(B) | 62.26º | 0.98% | 0.21% | - |
| XYZ | 2.74 | 3.37 | 0.53 | - |
| YUV | 47.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 1 | 0.04 | 0 | 0.98 | 0.79 | 62.26 | 0.96 | 0.11 |
| Hex | 34 | 36 | 1 | 4 | 0 | 62 | 4F | 3E | 60 | B |
| Octal | 64 | 66 | 1 | 4 | 0 | 142 | 117 | 76 | 140 | 13 |
| Binary | 110100 | 110110 | 1 | 100 | 0 | 1100010 | 1001111 | 111110 | 1100000 | 1011 |
Color Harmonies of #343601
Complementary color
Monochromatic Colors of #343601
Black with #343601
Text Example
Text Example
White with #343601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343601; }
p { color: rgb(52,54,1); }
H1.HeaderClassName
{
color: #343601;
}
.AnyTagClassName
{
color: #343601;
}
</style>
background-color css
<style>
a { background-color: #343601; }
a { background-color: rgb(52,54,1); }
div.DivClassName
{
background-color: #343601;
}
.BgClassName
{
background-color: #343601;
}
</style>
border-color css
<style>
span { border-color: #343601; }
span { border-color: rgb(52,54,1); }
td.TdClassName
{
border-color: #343601;
}
.TagClassName
{
border-color: #343601;
}
</style>