Shades of Turtle Green #32380C
Tints of Turtle Green #32380C
RGB
CMYK
RGB Variations
Color information
#32380C (or 0x32380C) is known color: Turtle Green. HEX triplet: 32, 38 and 0C. RGB value is (50,56,12). Sum of RGB (Red+Green+Blue) = 50+56+12=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #32380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32380C is #CDC7F3. Grayscale: #313131. Windows color (decimal): -13486068 or 800818. OLE color: 800818.
HSL color Cylindrical-coordinate representation of color #32380C: hue angle of 68.18º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32380C is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 56 | 12 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.78 |
| HSL | 68.18º | 0.65% | 0.13% | - |
| HSV(B) | 68.18º | 0.79% | 0.22% | - |
| XYZ | 2.8 | 3.53 | 0.88 | - |
| YUV | 49.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 12 | 0.11 | 0 | 0.79 | 0.78 | 68.18 | 0.65 | 0.13 |
| Hex | 32 | 38 | C | B | 0 | 4F | 4E | 44 | 41 | D |
| Octal | 62 | 70 | 14 | 13 | 0 | 117 | 116 | 104 | 101 | 15 |
| Binary | 110010 | 111000 | 1100 | 1011 | 0 | 1001111 | 1001110 | 1000100 | 1000001 | 1101 |
Color Harmonies of #32380C
Complementary color
Monochromatic Colors of #32380C
Black with #32380C
Text Example
Text Example
White with #32380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32380C; }
p { color: rgb(50,56,12); }
H1.HeaderClassName
{
color: #32380C;
}
.AnyTagClassName
{
color: #32380C;
}
</style>
background-color css
<style>
a { background-color: #32380C; }
a { background-color: rgb(50,56,12); }
div.DivClassName
{
background-color: #32380C;
}
.BgClassName
{
background-color: #32380C;
}
</style>
border-color css
<style>
span { border-color: #32380C; }
span { border-color: rgb(50,56,12); }
td.TdClassName
{
border-color: #32380C;
}
.TagClassName
{
border-color: #32380C;
}
</style>