Shades of Turtle Green #323C0F
Tints of Turtle Green #323C0F
RGB
CMYK
RGB Variations
Color information
#323C0F (or 0x323C0F) is known color: Turtle Green. HEX triplet: 32, 3C and 0F. RGB value is (50,60,15). Sum of RGB (Red+Green+Blue) = 50+60+15=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 60 - color contains mainly: green. Hex color #323C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323C0F is #CDC3F0. Grayscale: #343434. Windows color (decimal): -13485041 or 998450. OLE color: 998450.
HSL color Cylindrical-coordinate representation of color #323C0F: hue angle of 73.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323C0F is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 15 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.76 |
| HSL | 73.33º | 0.6% | 0.15% | - |
| HSV(B) | 73.33º | 0.75% | 0.24% | - |
| XYZ | 3.02 | 3.94 | 1.05 | - |
| YUV | 51.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 15 | 0.17 | 0 | 0.75 | 0.76 | 73.33 | 0.6 | 0.15 |
| Hex | 32 | 3C | F | 11 | 0 | 4B | 4C | 49 | 3C | F |
| Octal | 62 | 74 | 17 | 21 | 0 | 113 | 114 | 111 | 74 | 17 |
| Binary | 110010 | 111100 | 1111 | 10001 | 0 | 1001011 | 1001100 | 1001001 | 111100 | 1111 |
Color Harmonies of #323C0F
Complementary color
Monochromatic Colors of #323C0F
Black with #323C0F
Text Example
Text Example
White with #323C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C0F; }
p { color: rgb(50,60,15); }
H1.HeaderClassName
{
color: #323C0F;
}
.AnyTagClassName
{
color: #323C0F;
}
</style>
background-color css
<style>
a { background-color: #323C0F; }
a { background-color: rgb(50,60,15); }
div.DivClassName
{
background-color: #323C0F;
}
.BgClassName
{
background-color: #323C0F;
}
</style>
border-color css
<style>
span { border-color: #323C0F; }
span { border-color: rgb(50,60,15); }
td.TdClassName
{
border-color: #323C0F;
}
.TagClassName
{
border-color: #323C0F;
}
</style>