Shades of Turtle Green #33360F
Tints of Turtle Green #33360F
RGB
CMYK
RGB Variations
Color information
#33360F (or 0x33360F) is known color: Turtle Green. HEX triplet: 33, 36 and 0F. RGB value is (51,54,15). Sum of RGB (Red+Green+Blue) = 51+54+15=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #33360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33360F is #CCC9F0. Grayscale: #303030. Windows color (decimal): -13421041 or 996915. OLE color: 996915.
HSL color Cylindrical-coordinate representation of color #33360F: hue angle of 64.62º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33360F is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 54 | 15 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.79 |
| HSL | 64.62º | 0.57% | 0.14% | - |
| HSV(B) | 64.62º | 0.72% | 0.21% | - |
| XYZ | 2.77 | 3.38 | 0.96 | - |
| YUV | 48.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 15 | 0.06 | 0 | 0.72 | 0.79 | 64.62 | 0.57 | 0.14 |
| Hex | 33 | 36 | F | 6 | 0 | 48 | 4F | 41 | 39 | E |
| Octal | 63 | 66 | 17 | 6 | 0 | 110 | 117 | 101 | 71 | 16 |
| Binary | 110011 | 110110 | 1111 | 110 | 0 | 1001000 | 1001111 | 1000001 | 111001 | 1110 |
Color Harmonies of #33360F
Complementary color
Monochromatic Colors of #33360F
Black with #33360F
Text Example
Text Example
White with #33360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33360F; }
p { color: rgb(51,54,15); }
H1.HeaderClassName
{
color: #33360F;
}
.AnyTagClassName
{
color: #33360F;
}
</style>
background-color css
<style>
a { background-color: #33360F; }
a { background-color: rgb(51,54,15); }
div.DivClassName
{
background-color: #33360F;
}
.BgClassName
{
background-color: #33360F;
}
</style>
border-color css
<style>
span { border-color: #33360F; }
span { border-color: rgb(51,54,15); }
td.TdClassName
{
border-color: #33360F;
}
.TagClassName
{
border-color: #33360F;
}
</style>