Shades of Turtle Green #33360C
Tints of Turtle Green #33360C
RGB
CMYK
RGB Variations
Color information
#33360C (or 0x33360C) is known color: Turtle Green. HEX triplet: 33, 36 and 0C. RGB value is (51,54,12). Sum of RGB (Red+Green+Blue) = 51+54+12=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #33360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33360C is #CCC9F3. Grayscale: #303030. Windows color (decimal): -13421044 or 800307. OLE color: 800307.
HSL color Cylindrical-coordinate representation of color #33360C: hue angle of 64.29º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33360C is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 54 | 12 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.79 |
| HSL | 64.29º | 0.64% | 0.13% | - |
| HSV(B) | 64.29º | 0.78% | 0.21% | - |
| XYZ | 2.75 | 3.37 | 0.85 | - |
| YUV | 48.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 12 | 0.06 | 0 | 0.78 | 0.79 | 64.29 | 0.64 | 0.13 |
| Hex | 33 | 36 | C | 6 | 0 | 4E | 4F | 40 | 40 | D |
| Octal | 63 | 66 | 14 | 6 | 0 | 116 | 117 | 100 | 100 | 15 |
| Binary | 110011 | 110110 | 1100 | 110 | 0 | 1001110 | 1001111 | 1000000 | 1000000 | 1101 |
Color Harmonies of #33360C
Complementary color
Monochromatic Colors of #33360C
Black with #33360C
Text Example
Text Example
White with #33360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33360C; }
p { color: rgb(51,54,12); }
H1.HeaderClassName
{
color: #33360C;
}
.AnyTagClassName
{
color: #33360C;
}
</style>
background-color css
<style>
a { background-color: #33360C; }
a { background-color: rgb(51,54,12); }
div.DivClassName
{
background-color: #33360C;
}
.BgClassName
{
background-color: #33360C;
}
</style>
border-color css
<style>
span { border-color: #33360C; }
span { border-color: rgb(51,54,12); }
td.TdClassName
{
border-color: #33360C;
}
.TagClassName
{
border-color: #33360C;
}
</style>