Shades of Turtle Green #323F03
Tints of Turtle Green #323F03
RGB
CMYK
RGB Variations
Color information
#323F03 (or 0x323F03) is known color: Turtle Green. HEX triplet: 32, 3F and 03. RGB value is (50,63,3). Sum of RGB (Red+Green+Blue) = 50+63+3=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #323F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323F03 is #CDC0FC. Grayscale: #343434. Windows color (decimal): -13484285 or 212786. OLE color: 212786.
HSL color Cylindrical-coordinate representation of color #323F03: hue angle of 73º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #323F03 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 3 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.75 |
| HSL | 73º | 0.91% | 0.13% | - |
| HSV(B) | 73º | 0.95% | 0.25% | - |
| XYZ | 3.11 | 4.24 | 0.74 | - |
| YUV | 52.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 3 | 0.21 | 0 | 0.95 | 0.75 | 73 | 0.91 | 0.13 |
| Hex | 32 | 3F | 3 | 15 | 0 | 5F | 4B | 49 | 5B | D |
| Octal | 62 | 77 | 3 | 25 | 0 | 137 | 113 | 111 | 133 | 15 |
| Binary | 110010 | 111111 | 11 | 10101 | 0 | 1011111 | 1001011 | 1001001 | 1011011 | 1101 |
Color Harmonies of #323F03
Complementary color
Monochromatic Colors of #323F03
Black with #323F03
Text Example
Text Example
White with #323F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F03; }
p { color: rgb(50,63,3); }
H1.HeaderClassName
{
color: #323F03;
}
.AnyTagClassName
{
color: #323F03;
}
</style>
background-color css
<style>
a { background-color: #323F03; }
a { background-color: rgb(50,63,3); }
div.DivClassName
{
background-color: #323F03;
}
.BgClassName
{
background-color: #323F03;
}
</style>
border-color css
<style>
span { border-color: #323F03; }
span { border-color: rgb(50,63,3); }
td.TdClassName
{
border-color: #323F03;
}
.TagClassName
{
border-color: #323F03;
}
</style>