Shades of Turtle Green #323D01
Tints of Turtle Green #323D01
RGB
CMYK
RGB Variations
Color information
#323D01 (or 0x323D01) is known color: Turtle Green. HEX triplet: 32, 3D and 01. RGB value is (50,61,1). Sum of RGB (Red+Green+Blue) = 50+61+1=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #323D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323D01 is #CDC2FE. Grayscale: #333333. Windows color (decimal): -13484799 or 81202. OLE color: 81202.
HSL color Cylindrical-coordinate representation of color #323D01: hue angle of 71º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #323D01 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 1 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.76 |
| HSL | 71º | 0.97% | 0.12% | - |
| HSV(B) | 71º | 0.98% | 0.24% | - |
| XYZ | 2.99 | 4.02 | 0.65 | - |
| YUV | 50.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 1 | 0.18 | 0 | 0.98 | 0.76 | 71 | 0.97 | 0.12 |
| Hex | 32 | 3D | 1 | 12 | 0 | 62 | 4C | 47 | 61 | C |
| Octal | 62 | 75 | 1 | 22 | 0 | 142 | 114 | 107 | 141 | 14 |
| Binary | 110010 | 111101 | 1 | 10010 | 0 | 1100010 | 1001100 | 1000111 | 1100001 | 1100 |
Color Harmonies of #323D01
Complementary color
Monochromatic Colors of #323D01
Black with #323D01
Text Example
Text Example
White with #323D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D01; }
p { color: rgb(50,61,1); }
H1.HeaderClassName
{
color: #323D01;
}
.AnyTagClassName
{
color: #323D01;
}
</style>
background-color css
<style>
a { background-color: #323D01; }
a { background-color: rgb(50,61,1); }
div.DivClassName
{
background-color: #323D01;
}
.BgClassName
{
background-color: #323D01;
}
</style>
border-color css
<style>
span { border-color: #323D01; }
span { border-color: rgb(50,61,1); }
td.TdClassName
{
border-color: #323D01;
}
.TagClassName
{
border-color: #323D01;
}
</style>