Shades of Turtle Green #32360C
Tints of Turtle Green #32360C
RGB
CMYK
RGB Variations
Color information
#32360C (or 0x32360C) is known color: Turtle Green. HEX triplet: 32, 36 and 0C. RGB value is (50,54,12). Sum of RGB (Red+Green+Blue) = 50+54+12=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #32360C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32360C is #CDC9F3. Grayscale: #303030. Windows color (decimal): -13486580 or 800306. OLE color: 800306.
HSL color Cylindrical-coordinate representation of color #32360C: hue angle of 65.71º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32360C is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 54 | 12 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.79 |
| HSL | 65.71º | 0.64% | 0.13% | - |
| HSV(B) | 65.71º | 0.78% | 0.21% | - |
| XYZ | 2.7 | 3.34 | 0.85 | - |
| YUV | 48.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 12 | 0.07 | 0 | 0.78 | 0.79 | 65.71 | 0.64 | 0.13 |
| Hex | 32 | 36 | C | 7 | 0 | 4E | 4F | 42 | 40 | D |
| Octal | 62 | 66 | 14 | 7 | 0 | 116 | 117 | 102 | 100 | 15 |
| Binary | 110010 | 110110 | 1100 | 111 | 0 | 1001110 | 1001111 | 1000010 | 1000000 | 1101 |
Color Harmonies of #32360C
Complementary color
Monochromatic Colors of #32360C
Black with #32360C
Text Example
Text Example
White with #32360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32360C; }
p { color: rgb(50,54,12); }
H1.HeaderClassName
{
color: #32360C;
}
.AnyTagClassName
{
color: #32360C;
}
</style>
background-color css
<style>
a { background-color: #32360C; }
a { background-color: rgb(50,54,12); }
div.DivClassName
{
background-color: #32360C;
}
.BgClassName
{
background-color: #32360C;
}
</style>
border-color css
<style>
span { border-color: #32360C; }
span { border-color: rgb(50,54,12); }
td.TdClassName
{
border-color: #32360C;
}
.TagClassName
{
border-color: #32360C;
}
</style>