Shades of Turtle Green #323501
Tints of Turtle Green #323501
RGB
CMYK
RGB Variations
Color information
#323501 (or 0x323501) is known color: Turtle Green. HEX triplet: 32, 35 and 01. RGB value is (50,53,1). Sum of RGB (Red+Green+Blue) = 50+53+1=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #323501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323501 is #CDCAFE. Grayscale: #2E2E2E. Windows color (decimal): -13486847 or 79154. OLE color: 79154.
HSL color Cylindrical-coordinate representation of color #323501: hue angle of 63.46º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #323501 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 53 | 1 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.79 |
| HSL | 63.46º | 0.96% | 0.11% | - |
| HSV(B) | 63.46º | 0.98% | 0.21% | - |
| XYZ | 2.59 | 3.23 | 0.51 | - |
| YUV | 46.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 1 | 0.06 | 0 | 0.98 | 0.79 | 63.46 | 0.96 | 0.11 |
| Hex | 32 | 35 | 1 | 6 | 0 | 62 | 4F | 3F | 60 | B |
| Octal | 62 | 65 | 1 | 6 | 0 | 142 | 117 | 77 | 140 | 13 |
| Binary | 110010 | 110101 | 1 | 110 | 0 | 1100010 | 1001111 | 111111 | 1100000 | 1011 |
Color Harmonies of #323501
Complementary color
Monochromatic Colors of #323501
Black with #323501
Text Example
Text Example
White with #323501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323501; }
p { color: rgb(50,53,1); }
H1.HeaderClassName
{
color: #323501;
}
.AnyTagClassName
{
color: #323501;
}
</style>
background-color css
<style>
a { background-color: #323501; }
a { background-color: rgb(50,53,1); }
div.DivClassName
{
background-color: #323501;
}
.BgClassName
{
background-color: #323501;
}
</style>
border-color css
<style>
span { border-color: #323501; }
span { border-color: rgb(50,53,1); }
td.TdClassName
{
border-color: #323501;
}
.TagClassName
{
border-color: #323501;
}
</style>