Shades of Turtle Green #323613
Tints of Turtle Green #323613
RGB
CMYK
RGB Variations
Color information
#323613 (or 0x323613) is known color: Turtle Green. HEX triplet: 32, 36 and 13. RGB value is (50,54,19). Sum of RGB (Red+Green+Blue) = 50+54+19=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #323613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323613 is #CDC9EC. Grayscale: #303030. Windows color (decimal): -13486573 or 1259058. OLE color: 1259058.
HSL color Cylindrical-coordinate representation of color #323613: hue angle of 66.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323613 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 54 | 19 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.79 |
| HSL | 66.86º | 0.48% | 0.14% | - |
| HSV(B) | 66.86º | 0.65% | 0.21% | - |
| XYZ | 2.75 | 3.36 | 1.12 | - |
| YUV | 48.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 19 | 0.07 | 0 | 0.65 | 0.79 | 66.86 | 0.48 | 0.14 |
| Hex | 32 | 36 | 13 | 7 | 0 | 41 | 4F | 43 | 30 | E |
| Octal | 62 | 66 | 23 | 7 | 0 | 101 | 117 | 103 | 60 | 16 |
| Binary | 110010 | 110110 | 10011 | 111 | 0 | 1000001 | 1001111 | 1000011 | 110000 | 1110 |
Color Harmonies of #323613
Complementary color
Monochromatic Colors of #323613
Black with #323613
Text Example
Text Example
White with #323613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323613; }
p { color: rgb(50,54,19); }
H1.HeaderClassName
{
color: #323613;
}
.AnyTagClassName
{
color: #323613;
}
</style>
background-color css
<style>
a { background-color: #323613; }
a { background-color: rgb(50,54,19); }
div.DivClassName
{
background-color: #323613;
}
.BgClassName
{
background-color: #323613;
}
</style>
border-color css
<style>
span { border-color: #323613; }
span { border-color: rgb(50,54,19); }
td.TdClassName
{
border-color: #323613;
}
.TagClassName
{
border-color: #323613;
}
</style>