Shades of Turtle Green #33380D
Tints of Turtle Green #33380D
RGB
CMYK
RGB Variations
Color information
#33380D (or 0x33380D) is known color: Turtle Green. HEX triplet: 33, 38 and 0D. RGB value is (51,56,13). Sum of RGB (Red+Green+Blue) = 51+56+13=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #33380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33380D is #CCC7F2. Grayscale: #313131. Windows color (decimal): -13420531 or 866355. OLE color: 866355.
HSL color Cylindrical-coordinate representation of color #33380D: hue angle of 66.98º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33380D is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 56 | 13 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.78 |
| HSL | 66.98º | 0.62% | 0.14% | - |
| HSV(B) | 66.98º | 0.77% | 0.22% | - |
| XYZ | 2.85 | 3.56 | 0.92 | - |
| YUV | 49.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 13 | 0.09 | 0 | 0.77 | 0.78 | 66.98 | 0.62 | 0.14 |
| Hex | 33 | 38 | D | 9 | 0 | 4D | 4E | 43 | 3E | E |
| Octal | 63 | 70 | 15 | 11 | 0 | 115 | 116 | 103 | 76 | 16 |
| Binary | 110011 | 111000 | 1101 | 1001 | 0 | 1001101 | 1001110 | 1000011 | 111110 | 1110 |
Color Harmonies of #33380D
Complementary color
Monochromatic Colors of #33380D
Black with #33380D
Text Example
Text Example
White with #33380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33380D; }
p { color: rgb(51,56,13); }
H1.HeaderClassName
{
color: #33380D;
}
.AnyTagClassName
{
color: #33380D;
}
</style>
background-color css
<style>
a { background-color: #33380D; }
a { background-color: rgb(51,56,13); }
div.DivClassName
{
background-color: #33380D;
}
.BgClassName
{
background-color: #33380D;
}
</style>
border-color css
<style>
span { border-color: #33380D; }
span { border-color: rgb(51,56,13); }
td.TdClassName
{
border-color: #33380D;
}
.TagClassName
{
border-color: #33380D;
}
</style>