Shades of Turtle Green #333D1D
Tints of Turtle Green #333D1D
RGB
CMYK
RGB Variations
Color information
#333D1D (or 0x333D1D) is known color: Turtle Green. HEX triplet: 33, 3D and 1D. RGB value is (51,61,29). Sum of RGB (Red+Green+Blue) = 51+61+29=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #333D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D1D is #CCC2E2. Grayscale: #363636. Windows color (decimal): -13419235 or 1916211. OLE color: 1916211.
HSL color Cylindrical-coordinate representation of color #333D1D: hue angle of 78.75º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #333D1D is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 61 | 29 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.76 |
| HSL | 78.75º | 0.36% | 0.18% | - |
| HSV(B) | 78.75º | 0.52% | 0.24% | - |
| XYZ | 3.26 | 4.13 | 1.79 | - |
| YUV | 54.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 29 | 0.16 | 0 | 0.52 | 0.76 | 78.75 | 0.36 | 0.18 |
| Hex | 33 | 3D | 1D | 10 | 0 | 34 | 4C | 4F | 24 | 12 |
| Octal | 63 | 75 | 35 | 20 | 0 | 64 | 114 | 117 | 44 | 22 |
| Binary | 110011 | 111101 | 11101 | 10000 | 0 | 110100 | 1001100 | 1001111 | 100100 | 10010 |
Color Harmonies of #333D1D
Complementary color
Monochromatic Colors of #333D1D
Black with #333D1D
Text Example
Text Example
White with #333D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D1D; }
p { color: rgb(51,61,29); }
H1.HeaderClassName
{
color: #333D1D;
}
.AnyTagClassName
{
color: #333D1D;
}
</style>
background-color css
<style>
a { background-color: #333D1D; }
a { background-color: rgb(51,61,29); }
div.DivClassName
{
background-color: #333D1D;
}
.BgClassName
{
background-color: #333D1D;
}
</style>
border-color css
<style>
span { border-color: #333D1D; }
span { border-color: rgb(51,61,29); }
td.TdClassName
{
border-color: #333D1D;
}
.TagClassName
{
border-color: #333D1D;
}
</style>