Shades of Turtle Green #323407
Tints of Turtle Green #323407
RGB
CMYK
RGB Variations
Color information
#323407 (or 0x323407) is known color: Turtle Green. HEX triplet: 32, 34 and 07. RGB value is (50,52,7). Sum of RGB (Red+Green+Blue) = 50+52+7=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #323407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323407 is #CDCBF8. Grayscale: #2E2E2E. Windows color (decimal): -13487097 or 472114. OLE color: 472114.
HSL color Cylindrical-coordinate representation of color #323407: hue angle of 62.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #323407 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 7 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.80 |
| HSL | 62.67º | 0.76% | 0.12% | - |
| HSV(B) | 62.67º | 0.87% | 0.2% | - |
| XYZ | 2.58 | 3.15 | 0.67 | - |
| YUV | 46.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 7 | 0.04 | 0 | 0.87 | 0.80 | 62.67 | 0.76 | 0.12 |
| Hex | 32 | 34 | 7 | 4 | 0 | 57 | 50 | 3F | 4C | C |
| Octal | 62 | 64 | 7 | 4 | 0 | 127 | 120 | 77 | 114 | 14 |
| Binary | 110010 | 110100 | 111 | 100 | 0 | 1010111 | 1010000 | 111111 | 1001100 | 1100 |
Color Harmonies of #323407
Complementary color
Monochromatic Colors of #323407
Black with #323407
Text Example
Text Example
White with #323407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323407; }
p { color: rgb(50,52,7); }
H1.HeaderClassName
{
color: #323407;
}
.AnyTagClassName
{
color: #323407;
}
</style>
background-color css
<style>
a { background-color: #323407; }
a { background-color: rgb(50,52,7); }
div.DivClassName
{
background-color: #323407;
}
.BgClassName
{
background-color: #323407;
}
</style>
border-color css
<style>
span { border-color: #323407; }
span { border-color: rgb(50,52,7); }
td.TdClassName
{
border-color: #323407;
}
.TagClassName
{
border-color: #323407;
}
</style>