Shades of Turtle Green #323F08
Tints of Turtle Green #323F08
RGB
CMYK
RGB Variations
Color information
#323F08 (or 0x323F08) is known color: Turtle Green. HEX triplet: 32, 3F and 08. RGB value is (50,63,8). Sum of RGB (Red+Green+Blue) = 50+63+8=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #323F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323F08 is #CDC0F7. Grayscale: #353535. Windows color (decimal): -13484280 or 540466. OLE color: 540466.
HSL color Cylindrical-coordinate representation of color #323F08: hue angle of 74.18º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #323F08 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 8 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.75 |
| HSL | 74.18º | 0.77% | 0.14% | - |
| HSV(B) | 74.18º | 0.87% | 0.25% | - |
| XYZ | 3.14 | 4.25 | 0.88 | - |
| YUV | 52.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 8 | 0.21 | 0 | 0.87 | 0.75 | 74.18 | 0.77 | 0.14 |
| Hex | 32 | 3F | 8 | 15 | 0 | 57 | 4B | 4A | 4D | E |
| Octal | 62 | 77 | 10 | 25 | 0 | 127 | 113 | 112 | 115 | 16 |
| Binary | 110010 | 111111 | 1000 | 10101 | 0 | 1010111 | 1001011 | 1001010 | 1001101 | 1110 |
Color Harmonies of #323F08
Complementary color
Monochromatic Colors of #323F08
Black with #323F08
Text Example
Text Example
White with #323F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F08; }
p { color: rgb(50,63,8); }
H1.HeaderClassName
{
color: #323F08;
}
.AnyTagClassName
{
color: #323F08;
}
</style>
background-color css
<style>
a { background-color: #323F08; }
a { background-color: rgb(50,63,8); }
div.DivClassName
{
background-color: #323F08;
}
.BgClassName
{
background-color: #323F08;
}
</style>
border-color css
<style>
span { border-color: #323F08; }
span { border-color: rgb(50,63,8); }
td.TdClassName
{
border-color: #323F08;
}
.TagClassName
{
border-color: #323F08;
}
</style>