Shades of Turtle Green #383708
Tints of Turtle Green #383708
RGB
CMYK
RGB Variations
Color information
#383708 (or 0x383708) is known color: Turtle Green. HEX triplet: 38, 37 and 08. RGB value is (56,55,8). Sum of RGB (Red+Green+Blue) = 56+55+8=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #383708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383708 is #C7C8F7. Grayscale: #323232. Windows color (decimal): -13093112 or 538424. OLE color: 538424.
HSL color Cylindrical-coordinate representation of color #383708: hue angle of 58.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #383708 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 8 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.78 |
| HSL | 58.75º | 0.75% | 0.13% | - |
| HSV(B) | 58.75º | 0.86% | 0.22% | - |
| XYZ | 3.04 | 3.59 | 0.76 | - |
| YUV | 49.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 8 | 0 | 0.02 | 0.86 | 0.78 | 58.75 | 0.75 | 0.13 |
| Hex | 38 | 37 | 8 | 0 | 2 | 56 | 4E | 3B | 4B | D |
| Octal | 70 | 67 | 10 | 0 | 2 | 126 | 116 | 73 | 113 | 15 |
| Binary | 111000 | 110111 | 1000 | 0 | 10 | 1010110 | 1001110 | 111011 | 1001011 | 1101 |
Color Harmonies of #383708
Complementary color
Monochromatic Colors of #383708
Black with #383708
Text Example
Text Example
White with #383708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383708; }
p { color: rgb(56,55,8); }
H1.HeaderClassName
{
color: #383708;
}
.AnyTagClassName
{
color: #383708;
}
</style>
background-color css
<style>
a { background-color: #383708; }
a { background-color: rgb(56,55,8); }
div.DivClassName
{
background-color: #383708;
}
.BgClassName
{
background-color: #383708;
}
</style>
border-color css
<style>
span { border-color: #383708; }
span { border-color: rgb(56,55,8); }
td.TdClassName
{
border-color: #383708;
}
.TagClassName
{
border-color: #383708;
}
</style>