Shades of Turtle Green #323500
Tints of Turtle Green #323500
RGB
CMYK
RGB Variations
Color information
#323500 (or 0x323500) is known color: Turtle Green. HEX triplet: 32, 35 and 00. RGB value is (50,53,0). Sum of RGB (Red+Green+Blue) = 50+53+0=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #323500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323500 is #CDCAFF. Grayscale: #2E2E2E. Windows color (decimal): -13486848 or 13618. OLE color: 13618.
HSL color Cylindrical-coordinate representation of color #323500: hue angle of 63.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #323500 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 53 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.79 |
| HSL | 63.4º | 1% | 0.1% | - |
| HSV(B) | 63.4º | 1% | 0.21% | - |
| XYZ | 2.59 | 3.22 | 0.49 | - |
| YUV | 46.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 0 | 0.06 | 0 | 1 | 0.79 | 63.4 | 1 | 0.1 |
| Hex | 32 | 35 | 0 | 6 | 0 | 64 | 4F | 3F | 64 | A |
| Octal | 62 | 65 | 0 | 6 | 0 | 144 | 117 | 77 | 144 | 12 |
| Binary | 110010 | 110101 | 0 | 110 | 0 | 1100100 | 1001111 | 111111 | 1100100 | 1010 |
Color Harmonies of #323500
Complementary color
Monochromatic Colors of #323500
Black with #323500
Text Example
Text Example
White with #323500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323500; }
p { color: rgb(50,53,0); }
H1.HeaderClassName
{
color: #323500;
}
.AnyTagClassName
{
color: #323500;
}
</style>
background-color css
<style>
a { background-color: #323500; }
a { background-color: rgb(50,53,0); }
div.DivClassName
{
background-color: #323500;
}
.BgClassName
{
background-color: #323500;
}
</style>
border-color css
<style>
span { border-color: #323500; }
span { border-color: rgb(50,53,0); }
td.TdClassName
{
border-color: #323500;
}
.TagClassName
{
border-color: #323500;
}
</style>