Shades of Turtle Green #323908
Tints of Turtle Green #323908
RGB
CMYK
RGB Variations
Color information
#323908 (or 0x323908) is known color: Turtle Green. HEX triplet: 32, 39 and 08. RGB value is (50,57,8). Sum of RGB (Red+Green+Blue) = 50+57+8=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #323908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323908 is #CDC6F7. Grayscale: #313131. Windows color (decimal): -13485816 or 538930. OLE color: 538930.
HSL color Cylindrical-coordinate representation of color #323908: hue angle of 68.57º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #323908 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 57 | 8 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.78 |
| HSL | 68.57º | 0.75% | 0.13% | - |
| HSV(B) | 68.57º | 0.86% | 0.22% | - |
| XYZ | 2.82 | 3.62 | 0.78 | - |
| YUV | 49.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 8 | 0.12 | 0 | 0.86 | 0.78 | 68.57 | 0.75 | 0.13 |
| Hex | 32 | 39 | 8 | C | 0 | 56 | 4E | 45 | 4B | D |
| Octal | 62 | 71 | 10 | 14 | 0 | 126 | 116 | 105 | 113 | 15 |
| Binary | 110010 | 111001 | 1000 | 1100 | 0 | 1010110 | 1001110 | 1000101 | 1001011 | 1101 |
Color Harmonies of #323908
Complementary color
Monochromatic Colors of #323908
Black with #323908
Text Example
Text Example
White with #323908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323908; }
p { color: rgb(50,57,8); }
H1.HeaderClassName
{
color: #323908;
}
.AnyTagClassName
{
color: #323908;
}
</style>
background-color css
<style>
a { background-color: #323908; }
a { background-color: rgb(50,57,8); }
div.DivClassName
{
background-color: #323908;
}
.BgClassName
{
background-color: #323908;
}
</style>
border-color css
<style>
span { border-color: #323908; }
span { border-color: rgb(50,57,8); }
td.TdClassName
{
border-color: #323908;
}
.TagClassName
{
border-color: #323908;
}
</style>