Shades of Turtle Green #33381B
Tints of Turtle Green #33381B
RGB
CMYK
RGB Variations
Color information
#33381B (or 0x33381B) is known color: Turtle Green. HEX triplet: 33, 38 and 1B. RGB value is (51,56,27). Sum of RGB (Red+Green+Blue) = 51+56+27=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #33381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33381B is #CCC7E4. Grayscale: #333333. Windows color (decimal): -13420517 or 1783859. OLE color: 1783859.
HSL color Cylindrical-coordinate representation of color #33381B: hue angle of 70.34º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #33381B is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 56 | 27 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.78 |
| HSL | 70.34º | 0.35% | 0.16% | - |
| HSV(B) | 70.34º | 0.52% | 0.22% | - |
| XYZ | 2.98 | 3.61 | 1.58 | - |
| YUV | 51.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 27 | 0.09 | 0 | 0.52 | 0.78 | 70.34 | 0.35 | 0.16 |
| Hex | 33 | 38 | 1B | 9 | 0 | 34 | 4E | 46 | 23 | 10 |
| Octal | 63 | 70 | 33 | 11 | 0 | 64 | 116 | 106 | 43 | 20 |
| Binary | 110011 | 111000 | 11011 | 1001 | 0 | 110100 | 1001110 | 1000110 | 100011 | 10000 |
Color Harmonies of #33381B
Complementary color
Monochromatic Colors of #33381B
Black with #33381B
Text Example
Text Example
White with #33381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33381B; }
p { color: rgb(51,56,27); }
H1.HeaderClassName
{
color: #33381B;
}
.AnyTagClassName
{
color: #33381B;
}
</style>
background-color css
<style>
a { background-color: #33381B; }
a { background-color: rgb(51,56,27); }
div.DivClassName
{
background-color: #33381B;
}
.BgClassName
{
background-color: #33381B;
}
</style>
border-color css
<style>
span { border-color: #33381B; }
span { border-color: rgb(51,56,27); }
td.TdClassName
{
border-color: #33381B;
}
.TagClassName
{
border-color: #33381B;
}
</style>