Shades of Turtle Green #383707
Tints of Turtle Green #383707
RGB
CMYK
RGB Variations
Color information
#383707 (or 0x383707) is known color: Turtle Green. HEX triplet: 38, 37 and 07. RGB value is (56,55,7). Sum of RGB (Red+Green+Blue) = 56+55+7=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #383707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383707 is #C7C8F8. Grayscale: #323232. Windows color (decimal): -13093113 or 472888. OLE color: 472888.
HSL color Cylindrical-coordinate representation of color #383707: hue angle of 58.78º 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 #383707 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 7 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.78 |
| HSL | 58.78º | 0.78% | 0.12% | - |
| HSV(B) | 58.78º | 0.88% | 0.22% | - |
| XYZ | 3.04 | 3.59 | 0.73 | - |
| YUV | 49.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 7 | 0 | 0.02 | 0.88 | 0.78 | 58.78 | 0.78 | 0.12 |
| Hex | 38 | 37 | 7 | 0 | 2 | 58 | 4E | 3B | 4E | C |
| Octal | 70 | 67 | 7 | 0 | 2 | 130 | 116 | 73 | 116 | 14 |
| Binary | 111000 | 110111 | 111 | 0 | 10 | 1011000 | 1001110 | 111011 | 1001110 | 1100 |
Color Harmonies of #383707
Complementary color
Monochromatic Colors of #383707
Black with #383707
Text Example
Text Example
White with #383707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383707; }
p { color: rgb(56,55,7); }
H1.HeaderClassName
{
color: #383707;
}
.AnyTagClassName
{
color: #383707;
}
</style>
background-color css
<style>
a { background-color: #383707; }
a { background-color: rgb(56,55,7); }
div.DivClassName
{
background-color: #383707;
}
.BgClassName
{
background-color: #383707;
}
</style>
border-color css
<style>
span { border-color: #383707; }
span { border-color: rgb(56,55,7); }
td.TdClassName
{
border-color: #383707;
}
.TagClassName
{
border-color: #383707;
}
</style>