Shades of Turtle Green #323F1B
Tints of Turtle Green #323F1B
RGB
CMYK
RGB Variations
Color information
#323F1B (or 0x323F1B) is known color: Turtle Green. HEX triplet: 32, 3F and 1B. RGB value is (50,63,27). Sum of RGB (Red+Green+Blue) = 50+63+27=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 63 (25% from 255 or 45% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 63 - color contains mainly: green. Hex color #323F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F1B is #CDC0E4. Grayscale: #373737. Windows color (decimal): -13484261 or 1785650. OLE color: 1785650.
HSL color Cylindrical-coordinate representation of color #323F1B: hue angle of 81.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323F1B is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 27 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.75 |
| HSL | 81.67º | 0.4% | 0.18% | - |
| HSV(B) | 81.67º | 0.57% | 0.25% | - |
| XYZ | 3.29 | 4.31 | 1.7 | - |
| YUV | 55.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 27 | 0.21 | 0 | 0.57 | 0.75 | 81.67 | 0.4 | 0.18 |
| Hex | 32 | 3F | 1B | 15 | 0 | 39 | 4B | 52 | 28 | 12 |
| Octal | 62 | 77 | 33 | 25 | 0 | 71 | 113 | 122 | 50 | 22 |
| Binary | 110010 | 111111 | 11011 | 10101 | 0 | 111001 | 1001011 | 1010010 | 101000 | 10010 |
Color Harmonies of #323F1B
Complementary color
Monochromatic Colors of #323F1B
Black with #323F1B
Text Example
Text Example
White with #323F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F1B; }
p { color: rgb(50,63,27); }
H1.HeaderClassName
{
color: #323F1B;
}
.AnyTagClassName
{
color: #323F1B;
}
</style>
background-color css
<style>
a { background-color: #323F1B; }
a { background-color: rgb(50,63,27); }
div.DivClassName
{
background-color: #323F1B;
}
.BgClassName
{
background-color: #323F1B;
}
</style>
border-color css
<style>
span { border-color: #323F1B; }
span { border-color: rgb(50,63,27); }
td.TdClassName
{
border-color: #323F1B;
}
.TagClassName
{
border-color: #323F1B;
}
</style>