Shades of Turtle Green #34360B
Tints of Turtle Green #34360B
RGB
CMYK
RGB Variations
Color information
#34360B (or 0x34360B) is known color: Turtle Green. HEX triplet: 34, 36 and 0B. RGB value is (52,54,11). Sum of RGB (Red+Green+Blue) = 52+54+11=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #34360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34360B is #CBC9F4. Grayscale: #303030. Windows color (decimal): -13355509 or 734772. OLE color: 734772.
HSL color Cylindrical-coordinate representation of color #34360B: hue angle of 62.79º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34360B is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 54 | 11 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.79 |
| HSL | 62.79º | 0.66% | 0.13% | - |
| HSV(B) | 62.79º | 0.8% | 0.21% | - |
| XYZ | 2.8 | 3.39 | 0.82 | - |
| YUV | 48.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 11 | 0.04 | 0 | 0.80 | 0.79 | 62.79 | 0.66 | 0.13 |
| Hex | 34 | 36 | B | 4 | 0 | 50 | 4F | 3F | 42 | D |
| Octal | 64 | 66 | 13 | 4 | 0 | 120 | 117 | 77 | 102 | 15 |
| Binary | 110100 | 110110 | 1011 | 100 | 0 | 1010000 | 1001111 | 111111 | 1000010 | 1101 |
Color Harmonies of #34360B
Complementary color
Monochromatic Colors of #34360B
Black with #34360B
Text Example
Text Example
White with #34360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34360B; }
p { color: rgb(52,54,11); }
H1.HeaderClassName
{
color: #34360B;
}
.AnyTagClassName
{
color: #34360B;
}
</style>
background-color css
<style>
a { background-color: #34360B; }
a { background-color: rgb(52,54,11); }
div.DivClassName
{
background-color: #34360B;
}
.BgClassName
{
background-color: #34360B;
}
</style>
border-color css
<style>
span { border-color: #34360B; }
span { border-color: rgb(52,54,11); }
td.TdClassName
{
border-color: #34360B;
}
.TagClassName
{
border-color: #34360B;
}
</style>