Shades of Turtle Green #323B00
Tints of Turtle Green #323B00
RGB
CMYK
RGB Variations
Color information
#323B00 (or 0x323B00) is known color: Turtle Green. HEX triplet: 32, 3B and 00. RGB value is (50,59,0). Sum of RGB (Red+Green+Blue) = 50+59+0=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 59 (23.44% from 255 or 54.13% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 59 - color contains mainly: green. Hex color #323B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323B00 is #CDC4FF. Grayscale: #313131. Windows color (decimal): -13485312 or 15154. OLE color: 15154.
HSL color Cylindrical-coordinate representation of color #323B00: hue angle of 69.15º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #323B00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 59 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.77 |
| HSL | 69.15º | 1% | 0.12% | - |
| HSV(B) | 69.15º | 1% | 0.23% | - |
| XYZ | 2.88 | 3.81 | 0.58 | - |
| YUV | 49.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 0 | 0.15 | 0 | 1 | 0.77 | 69.15 | 1 | 0.12 |
| Hex | 32 | 3B | 0 | F | 0 | 64 | 4D | 45 | 64 | C |
| Octal | 62 | 73 | 0 | 17 | 0 | 144 | 115 | 105 | 144 | 14 |
| Binary | 110010 | 111011 | 0 | 1111 | 0 | 1100100 | 1001101 | 1000101 | 1100100 | 1100 |
Color Harmonies of #323B00
Complementary color
Monochromatic Colors of #323B00
Black with #323B00
Text Example
Text Example
White with #323B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B00; }
p { color: rgb(50,59,0); }
H1.HeaderClassName
{
color: #323B00;
}
.AnyTagClassName
{
color: #323B00;
}
</style>
background-color css
<style>
a { background-color: #323B00; }
a { background-color: rgb(50,59,0); }
div.DivClassName
{
background-color: #323B00;
}
.BgClassName
{
background-color: #323B00;
}
</style>
border-color css
<style>
span { border-color: #323B00; }
span { border-color: rgb(50,59,0); }
td.TdClassName
{
border-color: #323B00;
}
.TagClassName
{
border-color: #323B00;
}
</style>