Shades of Turtle Green #33370F
Tints of Turtle Green #33370F
RGB
CMYK
RGB Variations
Color information
#33370F (or 0x33370F) is known color: Turtle Green. HEX triplet: 33, 37 and 0F. RGB value is (51,55,15). Sum of RGB (Red+Green+Blue) = 51+55+15=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #33370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33370F is #CCC8F0. Grayscale: #313131. Windows color (decimal): -13420785 or 997171. OLE color: 997171.
HSL color Cylindrical-coordinate representation of color #33370F: hue angle of 66º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33370F is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 55 | 15 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.78 |
| HSL | 66º | 0.57% | 0.14% | - |
| HSV(B) | 66º | 0.73% | 0.22% | - |
| XYZ | 2.82 | 3.47 | 0.97 | - |
| YUV | 49.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 15 | 0.07 | 0 | 0.73 | 0.78 | 66 | 0.57 | 0.14 |
| Hex | 33 | 37 | F | 7 | 0 | 49 | 4E | 42 | 39 | E |
| Octal | 63 | 67 | 17 | 7 | 0 | 111 | 116 | 102 | 71 | 16 |
| Binary | 110011 | 110111 | 1111 | 111 | 0 | 1001001 | 1001110 | 1000010 | 111001 | 1110 |
Color Harmonies of #33370F
Complementary color
Monochromatic Colors of #33370F
Black with #33370F
Text Example
Text Example
White with #33370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33370F; }
p { color: rgb(51,55,15); }
H1.HeaderClassName
{
color: #33370F;
}
.AnyTagClassName
{
color: #33370F;
}
</style>
background-color css
<style>
a { background-color: #33370F; }
a { background-color: rgb(51,55,15); }
div.DivClassName
{
background-color: #33370F;
}
.BgClassName
{
background-color: #33370F;
}
</style>
border-color css
<style>
span { border-color: #33370F; }
span { border-color: rgb(51,55,15); }
td.TdClassName
{
border-color: #33370F;
}
.TagClassName
{
border-color: #33370F;
}
</style>