Shades of Turtle Green #32381B
Tints of Turtle Green #32381B
RGB
CMYK
RGB Variations
Color information
#32381B (or 0x32381B) is known color: Turtle Green. HEX triplet: 32, 38 and 1B. RGB value is (50,56,27). Sum of RGB (Red+Green+Blue) = 50+56+27=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 56 - color contains mainly: green. Hex color #32381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32381B is #CDC7E4. Grayscale: #333333. Windows color (decimal): -13486053 or 1783858. OLE color: 1783858.
HSL color Cylindrical-coordinate representation of color #32381B: hue angle of 72.41º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32381B is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 56 | 27 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.78 |
| HSL | 72.41º | 0.35% | 0.16% | - |
| HSV(B) | 72.41º | 0.52% | 0.22% | - |
| XYZ | 2.93 | 3.59 | 1.57 | - |
| YUV | 50.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 27 | 0.11 | 0 | 0.52 | 0.78 | 72.41 | 0.35 | 0.16 |
| Hex | 32 | 38 | 1B | B | 0 | 34 | 4E | 48 | 23 | 10 |
| Octal | 62 | 70 | 33 | 13 | 0 | 64 | 116 | 110 | 43 | 20 |
| Binary | 110010 | 111000 | 11011 | 1011 | 0 | 110100 | 1001110 | 1001000 | 100011 | 10000 |
Color Harmonies of #32381B
Complementary color
Monochromatic Colors of #32381B
Black with #32381B
Text Example
Text Example
White with #32381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32381B; }
p { color: rgb(50,56,27); }
H1.HeaderClassName
{
color: #32381B;
}
.AnyTagClassName
{
color: #32381B;
}
</style>
background-color css
<style>
a { background-color: #32381B; }
a { background-color: rgb(50,56,27); }
div.DivClassName
{
background-color: #32381B;
}
.BgClassName
{
background-color: #32381B;
}
</style>
border-color css
<style>
span { border-color: #32381B; }
span { border-color: rgb(50,56,27); }
td.TdClassName
{
border-color: #32381B;
}
.TagClassName
{
border-color: #32381B;
}
</style>