Shades of Turtle Green #323C1D
Tints of Turtle Green #323C1D
RGB
CMYK
RGB Variations
Color information
#323C1D (or 0x323C1D) is known color: Turtle Green. HEX triplet: 32, 3C and 1D. RGB value is (50,60,29). Sum of RGB (Red+Green+Blue) = 50+60+29=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #323C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C1D is #CDC3E2. Grayscale: #353535. Windows color (decimal): -13485027 or 1915954. OLE color: 1915954.
HSL color Cylindrical-coordinate representation of color #323C1D: hue angle of 79.35º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #323C1D is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 29 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.76 |
| HSL | 79.35º | 0.35% | 0.17% | - |
| HSV(B) | 79.35º | 0.52% | 0.24% | - |
| XYZ | 3.15 | 4 | 1.77 | - |
| YUV | 53.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 29 | 0.17 | 0 | 0.52 | 0.76 | 79.35 | 0.35 | 0.17 |
| Hex | 32 | 3C | 1D | 11 | 0 | 34 | 4C | 4F | 23 | 11 |
| Octal | 62 | 74 | 35 | 21 | 0 | 64 | 114 | 117 | 43 | 21 |
| Binary | 110010 | 111100 | 11101 | 10001 | 0 | 110100 | 1001100 | 1001111 | 100011 | 10001 |
Color Harmonies of #323C1D
Complementary color
Monochromatic Colors of #323C1D
Black with #323C1D
Text Example
Text Example
White with #323C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C1D; }
p { color: rgb(50,60,29); }
H1.HeaderClassName
{
color: #323C1D;
}
.AnyTagClassName
{
color: #323C1D;
}
</style>
background-color css
<style>
a { background-color: #323C1D; }
a { background-color: rgb(50,60,29); }
div.DivClassName
{
background-color: #323C1D;
}
.BgClassName
{
background-color: #323C1D;
}
</style>
border-color css
<style>
span { border-color: #323C1D; }
span { border-color: rgb(50,60,29); }
td.TdClassName
{
border-color: #323C1D;
}
.TagClassName
{
border-color: #323C1D;
}
</style>