Shades of Turtle Green #32370C
Tints of Turtle Green #32370C
RGB
CMYK
RGB Variations
Color information
#32370C (or 0x32370C) is known color: Turtle Green. HEX triplet: 32, 37 and 0C. RGB value is (50,55,12). Sum of RGB (Red+Green+Blue) = 50+55+12=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #32370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32370C is #CDC8F3. Grayscale: #303030. Windows color (decimal): -13486324 or 800562. OLE color: 800562.
HSL color Cylindrical-coordinate representation of color #32370C: hue angle of 66.98º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32370C is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 12 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.78 |
| HSL | 66.98º | 0.64% | 0.13% | - |
| HSV(B) | 66.98º | 0.78% | 0.22% | - |
| XYZ | 2.75 | 3.44 | 0.87 | - |
| YUV | 48.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 12 | 0.09 | 0 | 0.78 | 0.78 | 66.98 | 0.64 | 0.13 |
| Hex | 32 | 37 | C | 9 | 0 | 4E | 4E | 43 | 40 | D |
| Octal | 62 | 67 | 14 | 11 | 0 | 116 | 116 | 103 | 100 | 15 |
| Binary | 110010 | 110111 | 1100 | 1001 | 0 | 1001110 | 1001110 | 1000011 | 1000000 | 1101 |
Color Harmonies of #32370C
Complementary color
Monochromatic Colors of #32370C
Black with #32370C
Text Example
Text Example
White with #32370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32370C; }
p { color: rgb(50,55,12); }
H1.HeaderClassName
{
color: #32370C;
}
.AnyTagClassName
{
color: #32370C;
}
</style>
background-color css
<style>
a { background-color: #32370C; }
a { background-color: rgb(50,55,12); }
div.DivClassName
{
background-color: #32370C;
}
.BgClassName
{
background-color: #32370C;
}
</style>
border-color css
<style>
span { border-color: #32370C; }
span { border-color: rgb(50,55,12); }
td.TdClassName
{
border-color: #32370C;
}
.TagClassName
{
border-color: #32370C;
}
</style>