Shades of Turtle Green #33371B
Tints of Turtle Green #33371B
RGB
CMYK
RGB Variations
Color information
#33371B (or 0x33371B) is known color: Turtle Green. HEX triplet: 33, 37 and 1B. RGB value is (51,55,27). Sum of RGB (Red+Green+Blue) = 51+55+27=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #33371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33371B is #CCC8E4. Grayscale: #323232. Windows color (decimal): -13420773 or 1783603. OLE color: 1783603.
HSL color Cylindrical-coordinate representation of color #33371B: hue angle of 68.57º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33371B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 55 | 27 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.78 |
| HSL | 68.57º | 0.34% | 0.16% | - |
| HSV(B) | 68.57º | 0.51% | 0.22% | - |
| XYZ | 2.93 | 3.52 | 1.56 | - |
| YUV | 50.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 27 | 0.07 | 0 | 0.51 | 0.78 | 68.57 | 0.34 | 0.16 |
| Hex | 33 | 37 | 1B | 7 | 0 | 33 | 4E | 45 | 22 | 10 |
| Octal | 63 | 67 | 33 | 7 | 0 | 63 | 116 | 105 | 42 | 20 |
| Binary | 110011 | 110111 | 11011 | 111 | 0 | 110011 | 1001110 | 1000101 | 100010 | 10000 |
Color Harmonies of #33371B
Complementary color
Monochromatic Colors of #33371B
Black with #33371B
Text Example
Text Example
White with #33371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33371B; }
p { color: rgb(51,55,27); }
H1.HeaderClassName
{
color: #33371B;
}
.AnyTagClassName
{
color: #33371B;
}
</style>
background-color css
<style>
a { background-color: #33371B; }
a { background-color: rgb(51,55,27); }
div.DivClassName
{
background-color: #33371B;
}
.BgClassName
{
background-color: #33371B;
}
</style>
border-color css
<style>
span { border-color: #33371B; }
span { border-color: rgb(51,55,27); }
td.TdClassName
{
border-color: #33371B;
}
.TagClassName
{
border-color: #33371B;
}
</style>