Shades of Turtle Green #323C03
Tints of Turtle Green #323C03
RGB
CMYK
RGB Variations
Color information
#323C03 (or 0x323C03) is known color: Turtle Green. HEX triplet: 32, 3C and 03. RGB value is (50,60,3). Sum of RGB (Red+Green+Blue) = 50+60+3=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #323C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323C03 is #CDC3FC. Grayscale: #323232. Windows color (decimal): -13485053 or 212018. OLE color: 212018.
HSL color Cylindrical-coordinate representation of color #323C03: hue angle of 70.53º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #323C03 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 3 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.76 |
| HSL | 70.53º | 0.9% | 0.12% | - |
| HSV(B) | 70.53º | 0.95% | 0.24% | - |
| XYZ | 2.95 | 3.92 | 0.69 | - |
| YUV | 50.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 3 | 0.17 | 0 | 0.95 | 0.76 | 70.53 | 0.9 | 0.12 |
| Hex | 32 | 3C | 3 | 11 | 0 | 5F | 4C | 47 | 5A | C |
| Octal | 62 | 74 | 3 | 21 | 0 | 137 | 114 | 107 | 132 | 14 |
| Binary | 110010 | 111100 | 11 | 10001 | 0 | 1011111 | 1001100 | 1000111 | 1011010 | 1100 |
Color Harmonies of #323C03
Complementary color
Monochromatic Colors of #323C03
Black with #323C03
Text Example
Text Example
White with #323C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C03; }
p { color: rgb(50,60,3); }
H1.HeaderClassName
{
color: #323C03;
}
.AnyTagClassName
{
color: #323C03;
}
</style>
background-color css
<style>
a { background-color: #323C03; }
a { background-color: rgb(50,60,3); }
div.DivClassName
{
background-color: #323C03;
}
.BgClassName
{
background-color: #323C03;
}
</style>
border-color css
<style>
span { border-color: #323C03; }
span { border-color: rgb(50,60,3); }
td.TdClassName
{
border-color: #323C03;
}
.TagClassName
{
border-color: #323C03;
}
</style>