Shades of Turtle Green #323708
Tints of Turtle Green #323708
RGB
CMYK
RGB Variations
Color information
#323708 (or 0x323708) is known color: Turtle Green. HEX triplet: 32, 37 and 08. RGB value is (50,55,8). Sum of RGB (Red+Green+Blue) = 50+55+8=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #323708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323708 is #CDC8F7. Grayscale: #303030. Windows color (decimal): -13486328 or 538418. OLE color: 538418.
HSL color Cylindrical-coordinate representation of color #323708: hue angle of 66.38º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #323708 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 8 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.78 |
| HSL | 66.38º | 0.75% | 0.12% | - |
| HSV(B) | 66.38º | 0.85% | 0.22% | - |
| XYZ | 2.73 | 3.43 | 0.75 | - |
| YUV | 48.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 8 | 0.09 | 0 | 0.85 | 0.78 | 66.38 | 0.75 | 0.12 |
| Hex | 32 | 37 | 8 | 9 | 0 | 55 | 4E | 42 | 4B | C |
| Octal | 62 | 67 | 10 | 11 | 0 | 125 | 116 | 102 | 113 | 14 |
| Binary | 110010 | 110111 | 1000 | 1001 | 0 | 1010101 | 1001110 | 1000010 | 1001011 | 1100 |
Color Harmonies of #323708
Complementary color
Monochromatic Colors of #323708
Black with #323708
Text Example
Text Example
White with #323708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323708; }
p { color: rgb(50,55,8); }
H1.HeaderClassName
{
color: #323708;
}
.AnyTagClassName
{
color: #323708;
}
</style>
background-color css
<style>
a { background-color: #323708; }
a { background-color: rgb(50,55,8); }
div.DivClassName
{
background-color: #323708;
}
.BgClassName
{
background-color: #323708;
}
</style>
border-color css
<style>
span { border-color: #323708; }
span { border-color: rgb(50,55,8); }
td.TdClassName
{
border-color: #323708;
}
.TagClassName
{
border-color: #323708;
}
</style>