Shades of Turtle Green #323300
Tints of Turtle Green #323300
RGB
CMYK
RGB Variations
Color information
#323300 (or 0x323300) is known color: Turtle Green. HEX triplet: 32, 33 and 00. RGB value is (50,51,0). Sum of RGB (Red+Green+Blue) = 50+51+0=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #323300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323300 is #CDCCFF. Grayscale: #2D2D2D. Windows color (decimal): -13487360 or 13106. OLE color: 13106.
HSL color Cylindrical-coordinate representation of color #323300: hue angle of 61.18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #323300 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 51 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.8 |
| HSL | 61.18º | 1% | 0.1% | - |
| HSV(B) | 61.18º | 1% | 0.2% | - |
| XYZ | 2.5 | 3.05 | 0.46 | - |
| YUV | 44.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 0 | 0.02 | 0 | 1 | 0.8 | 61.18 | 1 | 0.1 |
| Hex | 32 | 33 | 0 | 2 | 0 | 64 | 50 | 3D | 64 | A |
| Octal | 62 | 63 | 0 | 2 | 0 | 144 | 120 | 75 | 144 | 12 |
| Binary | 110010 | 110011 | 0 | 10 | 0 | 1100100 | 1010000 | 111101 | 1100100 | 1010 |
Color Harmonies of #323300
Complementary color
Monochromatic Colors of #323300
Black with #323300
Text Example
Text Example
White with #323300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323300; }
p { color: rgb(50,51,0); }
H1.HeaderClassName
{
color: #323300;
}
.AnyTagClassName
{
color: #323300;
}
</style>
background-color css
<style>
a { background-color: #323300; }
a { background-color: rgb(50,51,0); }
div.DivClassName
{
background-color: #323300;
}
.BgClassName
{
background-color: #323300;
}
</style>
border-color css
<style>
span { border-color: #323300; }
span { border-color: rgb(50,51,0); }
td.TdClassName
{
border-color: #323300;
}
.TagClassName
{
border-color: #323300;
}
</style>