Shades of Turtle Green #33440C
Tints of Turtle Green #33440C
RGB
CMYK
RGB Variations
Color information
#33440C (or 0x33440C) is known color: Turtle Green. HEX triplet: 33, 44 and 0C. RGB value is (51,68,12). Sum of RGB (Red+Green+Blue) = 51+68+12=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #33440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33440C is #CCBBF3. Grayscale: #383838. Windows color (decimal): -13417460 or 803891. OLE color: 803891.
HSL color Cylindrical-coordinate representation of color #33440C: hue angle of 78.21º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33440C is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 68 | 12 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.73 |
| HSL | 78.21º | 0.7% | 0.16% | - |
| HSV(B) | 78.21º | 0.82% | 0.27% | - |
| XYZ | 3.5 | 4.86 | 1.1 | - |
| YUV | 56.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 12 | 0.25 | 0 | 0.82 | 0.73 | 78.21 | 0.7 | 0.16 |
| Hex | 33 | 44 | C | 19 | 0 | 52 | 49 | 4E | 46 | 10 |
| Octal | 63 | 104 | 14 | 31 | 0 | 122 | 111 | 116 | 106 | 20 |
| Binary | 110011 | 1000100 | 1100 | 11001 | 0 | 1010010 | 1001001 | 1001110 | 1000110 | 10000 |
Color Harmonies of #33440C
Complementary color
Monochromatic Colors of #33440C
Black with #33440C
Text Example
Text Example
White with #33440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33440C; }
p { color: rgb(51,68,12); }
H1.HeaderClassName
{
color: #33440C;
}
.AnyTagClassName
{
color: #33440C;
}
</style>
background-color css
<style>
a { background-color: #33440C; }
a { background-color: rgb(51,68,12); }
div.DivClassName
{
background-color: #33440C;
}
.BgClassName
{
background-color: #33440C;
}
</style>
border-color css
<style>
span { border-color: #33440C; }
span { border-color: rgb(51,68,12); }
td.TdClassName
{
border-color: #33440C;
}
.TagClassName
{
border-color: #33440C;
}
</style>