Shades of Turtle Green #32440B
Tints of Turtle Green #32440B
RGB
CMYK
RGB Variations
Color information
#32440B (or 0x32440B) is known color: Turtle Green. HEX triplet: 32, 44 and 0B. RGB value is (50,68,11). Sum of RGB (Red+Green+Blue) = 50+68+11=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #32440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32440B is #CDBBF4. Grayscale: #383838. Windows color (decimal): -13482997 or 738354. OLE color: 738354.
HSL color Cylindrical-coordinate representation of color #32440B: hue angle of 78.95º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32440B is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 68 | 11 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.73 |
| HSL | 78.95º | 0.72% | 0.15% | - |
| HSV(B) | 78.95º | 0.84% | 0.27% | - |
| XYZ | 3.44 | 4.84 | 1.07 | - |
| YUV | 56.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 11 | 0.26 | 0 | 0.84 | 0.73 | 78.95 | 0.72 | 0.15 |
| Hex | 32 | 44 | B | 1A | 0 | 54 | 49 | 4F | 48 | F |
| Octal | 62 | 104 | 13 | 32 | 0 | 124 | 111 | 117 | 110 | 17 |
| Binary | 110010 | 1000100 | 1011 | 11010 | 0 | 1010100 | 1001001 | 1001111 | 1001000 | 1111 |
Color Harmonies of #32440B
Complementary color
Monochromatic Colors of #32440B
Black with #32440B
Text Example
Text Example
White with #32440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32440B; }
p { color: rgb(50,68,11); }
H1.HeaderClassName
{
color: #32440B;
}
.AnyTagClassName
{
color: #32440B;
}
</style>
background-color css
<style>
a { background-color: #32440B; }
a { background-color: rgb(50,68,11); }
div.DivClassName
{
background-color: #32440B;
}
.BgClassName
{
background-color: #32440B;
}
</style>
border-color css
<style>
span { border-color: #32440B; }
span { border-color: rgb(50,68,11); }
td.TdClassName
{
border-color: #32440B;
}
.TagClassName
{
border-color: #32440B;
}
</style>