Shades of Turtle Green #32361F
Tints of Turtle Green #32361F
RGB
CMYK
RGB Variations
Color information
#32361F (or 0x32361F) is known color: Turtle Green. HEX triplet: 32, 36 and 1F. RGB value is (50,54,31). Sum of RGB (Red+Green+Blue) = 50+54+31=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #32361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32361F is #CDC9E0. Grayscale: #323232. Windows color (decimal): -13486561 or 2045490. OLE color: 2045490.
HSL color Cylindrical-coordinate representation of color #32361F: hue angle of 70.43º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32361F is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 54 | 31 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.79 |
| HSL | 70.43º | 0.27% | 0.17% | - |
| HSV(B) | 70.43º | 0.43% | 0.21% | - |
| XYZ | 2.88 | 3.42 | 1.8 | - |
| YUV | 50.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 31 | 0.07 | 0 | 0.43 | 0.79 | 70.43 | 0.27 | 0.17 |
| Hex | 32 | 36 | 1F | 7 | 0 | 2B | 4F | 46 | 1B | 11 |
| Octal | 62 | 66 | 37 | 7 | 0 | 53 | 117 | 106 | 33 | 21 |
| Binary | 110010 | 110110 | 11111 | 111 | 0 | 101011 | 1001111 | 1000110 | 11011 | 10001 |
Color Harmonies of #32361F
Complementary color
Monochromatic Colors of #32361F
Black with #32361F
Text Example
Text Example
White with #32361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32361F; }
p { color: rgb(50,54,31); }
H1.HeaderClassName
{
color: #32361F;
}
.AnyTagClassName
{
color: #32361F;
}
</style>
background-color css
<style>
a { background-color: #32361F; }
a { background-color: rgb(50,54,31); }
div.DivClassName
{
background-color: #32361F;
}
.BgClassName
{
background-color: #32361F;
}
</style>
border-color css
<style>
span { border-color: #32361F; }
span { border-color: rgb(50,54,31); }
td.TdClassName
{
border-color: #32361F;
}
.TagClassName
{
border-color: #32361F;
}
</style>