Shades of Turtle Green #323807
Tints of Turtle Green #323807
RGB
CMYK
RGB Variations
Color information
#323807 (or 0x323807) is known color: Turtle Green. HEX triplet: 32, 38 and 07. RGB value is (50,56,7). Sum of RGB (Red+Green+Blue) = 50+56+7=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #323807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323807 is #CDC7F8. Grayscale: #303030. Windows color (decimal): -13486073 or 473138. OLE color: 473138.
HSL color Cylindrical-coordinate representation of color #323807: hue angle of 67.35º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #323807 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 56 | 7 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.78 |
| HSL | 67.35º | 0.78% | 0.12% | - |
| HSV(B) | 67.35º | 0.88% | 0.22% | - |
| XYZ | 2.77 | 3.52 | 0.73 | - |
| YUV | 48.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 7 | 0.11 | 0 | 0.88 | 0.78 | 67.35 | 0.78 | 0.12 |
| Hex | 32 | 38 | 7 | B | 0 | 58 | 4E | 43 | 4E | C |
| Octal | 62 | 70 | 7 | 13 | 0 | 130 | 116 | 103 | 116 | 14 |
| Binary | 110010 | 111000 | 111 | 1011 | 0 | 1011000 | 1001110 | 1000011 | 1001110 | 1100 |
Color Harmonies of #323807
Complementary color
Monochromatic Colors of #323807
Black with #323807
Text Example
Text Example
White with #323807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323807; }
p { color: rgb(50,56,7); }
H1.HeaderClassName
{
color: #323807;
}
.AnyTagClassName
{
color: #323807;
}
</style>
background-color css
<style>
a { background-color: #323807; }
a { background-color: rgb(50,56,7); }
div.DivClassName
{
background-color: #323807;
}
.BgClassName
{
background-color: #323807;
}
</style>
border-color css
<style>
span { border-color: #323807; }
span { border-color: rgb(50,56,7); }
td.TdClassName
{
border-color: #323807;
}
.TagClassName
{
border-color: #323807;
}
</style>