Shades of Turtle Green #33400E
Tints of Turtle Green #33400E
RGB
CMYK
RGB Variations
Color information
#33400E (or 0x33400E) is known color: Turtle Green. HEX triplet: 33, 40 and 0E. RGB value is (51,64,14). Sum of RGB (Red+Green+Blue) = 51+64+14=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #33400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33400E is #CCBFF1. Grayscale: #363636. Windows color (decimal): -13418482 or 933939. OLE color: 933939.
HSL color Cylindrical-coordinate representation of color #33400E: hue angle of 75.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33400E is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 14 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.75 |
| HSL | 75.6º | 0.64% | 0.15% | - |
| HSV(B) | 75.6º | 0.78% | 0.25% | - |
| XYZ | 3.28 | 4.4 | 1.09 | - |
| YUV | 54.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 14 | 0.20 | 0 | 0.78 | 0.75 | 75.6 | 0.64 | 0.15 |
| Hex | 33 | 40 | E | 14 | 0 | 4E | 4B | 4C | 40 | F |
| Octal | 63 | 100 | 16 | 24 | 0 | 116 | 113 | 114 | 100 | 17 |
| Binary | 110011 | 1000000 | 1110 | 10100 | 0 | 1001110 | 1001011 | 1001100 | 1000000 | 1111 |
Color Harmonies of #33400E
Complementary color
Monochromatic Colors of #33400E
Black with #33400E
Text Example
Text Example
White with #33400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33400E; }
p { color: rgb(51,64,14); }
H1.HeaderClassName
{
color: #33400E;
}
.AnyTagClassName
{
color: #33400E;
}
</style>
background-color css
<style>
a { background-color: #33400E; }
a { background-color: rgb(51,64,14); }
div.DivClassName
{
background-color: #33400E;
}
.BgClassName
{
background-color: #33400E;
}
</style>
border-color css
<style>
span { border-color: #33400E; }
span { border-color: rgb(51,64,14); }
td.TdClassName
{
border-color: #33400E;
}
.TagClassName
{
border-color: #33400E;
}
</style>