Shades of Turtle Green #33401D
Tints of Turtle Green #33401D
RGB
CMYK
RGB Variations
Color information
#33401D (or 0x33401D) is known color: Turtle Green. HEX triplet: 33, 40 and 1D. RGB value is (51,64,29). Sum of RGB (Red+Green+Blue) = 51+64+29=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #33401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33401D is #CCBFE2. Grayscale: #383838. Windows color (decimal): -13418467 or 1916979. OLE color: 1916979.
HSL color Cylindrical-coordinate representation of color #33401D: hue angle of 82.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33401D is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 29 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.75 |
| HSL | 82.29º | 0.38% | 0.18% | - |
| HSV(B) | 82.29º | 0.55% | 0.25% | - |
| XYZ | 3.42 | 4.46 | 1.84 | - |
| YUV | 56.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 29 | 0.20 | 0 | 0.55 | 0.75 | 82.29 | 0.38 | 0.18 |
| Hex | 33 | 40 | 1D | 14 | 0 | 37 | 4B | 52 | 26 | 12 |
| Octal | 63 | 100 | 35 | 24 | 0 | 67 | 113 | 122 | 46 | 22 |
| Binary | 110011 | 1000000 | 11101 | 10100 | 0 | 110111 | 1001011 | 1010010 | 100110 | 10010 |
Color Harmonies of #33401D
Complementary color
Monochromatic Colors of #33401D
Black with #33401D
Text Example
Text Example
White with #33401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33401D; }
p { color: rgb(51,64,29); }
H1.HeaderClassName
{
color: #33401D;
}
.AnyTagClassName
{
color: #33401D;
}
</style>
background-color css
<style>
a { background-color: #33401D; }
a { background-color: rgb(51,64,29); }
div.DivClassName
{
background-color: #33401D;
}
.BgClassName
{
background-color: #33401D;
}
</style>
border-color css
<style>
span { border-color: #33401D; }
span { border-color: rgb(51,64,29); }
td.TdClassName
{
border-color: #33401D;
}
.TagClassName
{
border-color: #33401D;
}
</style>