Shades of Turtle Green #333B1C
Tints of Turtle Green #333B1C
RGB
CMYK
RGB Variations
Color information
#333B1C (or 0x333B1C) is known color: Turtle Green. HEX triplet: 33, 3B and 1C. RGB value is (51,59,28). Sum of RGB (Red+Green+Blue) = 51+59+28=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 59 - color contains mainly: green. Hex color #333B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B1C is #CCC4E3. Grayscale: #353535. Windows color (decimal): -13419748 or 1850163. OLE color: 1850163.
HSL color Cylindrical-coordinate representation of color #333B1C: hue angle of 75.48º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #333B1C is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 59 | 28 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.77 |
| HSL | 75.48º | 0.36% | 0.17% | - |
| HSV(B) | 75.48º | 0.53% | 0.23% | - |
| XYZ | 3.14 | 3.92 | 1.69 | - |
| YUV | 53.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 28 | 0.14 | 0 | 0.53 | 0.77 | 75.48 | 0.36 | 0.17 |
| Hex | 33 | 3B | 1C | E | 0 | 35 | 4D | 4B | 24 | 11 |
| Octal | 63 | 73 | 34 | 16 | 0 | 65 | 115 | 113 | 44 | 21 |
| Binary | 110011 | 111011 | 11100 | 1110 | 0 | 110101 | 1001101 | 1001011 | 100100 | 10001 |
Color Harmonies of #333B1C
Complementary color
Monochromatic Colors of #333B1C
Black with #333B1C
Text Example
Text Example
White with #333B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B1C; }
p { color: rgb(51,59,28); }
H1.HeaderClassName
{
color: #333B1C;
}
.AnyTagClassName
{
color: #333B1C;
}
</style>
background-color css
<style>
a { background-color: #333B1C; }
a { background-color: rgb(51,59,28); }
div.DivClassName
{
background-color: #333B1C;
}
.BgClassName
{
background-color: #333B1C;
}
</style>
border-color css
<style>
span { border-color: #333B1C; }
span { border-color: rgb(51,59,28); }
td.TdClassName
{
border-color: #333B1C;
}
.TagClassName
{
border-color: #333B1C;
}
</style>