Shades of Turtle Green #33380B
Tints of Turtle Green #33380B
RGB
CMYK
RGB Variations
Color information
#33380B (or 0x33380B) is known color: Turtle Green. HEX triplet: 33, 38 and 0B. RGB value is (51,56,11). Sum of RGB (Red+Green+Blue) = 51+56+11=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #33380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33380B is #CCC7F4. Grayscale: #313131. Windows color (decimal): -13420533 or 735283. OLE color: 735283.
HSL color Cylindrical-coordinate representation of color #33380B: hue angle of 66.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33380B is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 56 | 11 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.78 |
| HSL | 66.67º | 0.67% | 0.13% | - |
| HSV(B) | 66.67º | 0.8% | 0.22% | - |
| XYZ | 2.84 | 3.56 | 0.85 | - |
| YUV | 49.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 11 | 0.09 | 0 | 0.80 | 0.78 | 66.67 | 0.67 | 0.13 |
| Hex | 33 | 38 | B | 9 | 0 | 50 | 4E | 43 | 43 | D |
| Octal | 63 | 70 | 13 | 11 | 0 | 120 | 116 | 103 | 103 | 15 |
| Binary | 110011 | 111000 | 1011 | 1001 | 0 | 1010000 | 1001110 | 1000011 | 1000011 | 1101 |
Color Harmonies of #33380B
Complementary color
Monochromatic Colors of #33380B
Black with #33380B
Text Example
Text Example
White with #33380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33380B; }
p { color: rgb(51,56,11); }
H1.HeaderClassName
{
color: #33380B;
}
.AnyTagClassName
{
color: #33380B;
}
</style>
background-color css
<style>
a { background-color: #33380B; }
a { background-color: rgb(51,56,11); }
div.DivClassName
{
background-color: #33380B;
}
.BgClassName
{
background-color: #33380B;
}
</style>
border-color css
<style>
span { border-color: #33380B; }
span { border-color: rgb(51,56,11); }
td.TdClassName
{
border-color: #33380B;
}
.TagClassName
{
border-color: #33380B;
}
</style>