Shades of Turtle Green #383701
Tints of Turtle Green #383701
RGB
CMYK
RGB Variations
Color information
#383701 (or 0x383701) is known color: Turtle Green. HEX triplet: 38, 37 and 01. RGB value is (56,55,1). Sum of RGB (Red+Green+Blue) = 56+55+1=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #383701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383701 is #C7C8FE. Grayscale: #313131. Windows color (decimal): -13093119 or 79672. OLE color: 79672.
HSL color Cylindrical-coordinate representation of color #383701: hue angle of 58.91º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383701 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 1 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.78 |
| HSL | 58.91º | 0.96% | 0.11% | - |
| HSV(B) | 58.91º | 0.98% | 0.22% | - |
| XYZ | 3 | 3.58 | 0.56 | - |
| YUV | 49.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 1 | 0 | 0.02 | 0.98 | 0.78 | 58.91 | 0.96 | 0.11 |
| Hex | 38 | 37 | 1 | 0 | 2 | 62 | 4E | 3B | 60 | B |
| Octal | 70 | 67 | 1 | 0 | 2 | 142 | 116 | 73 | 140 | 13 |
| Binary | 111000 | 110111 | 1 | 0 | 10 | 1100010 | 1001110 | 111011 | 1100000 | 1011 |
Color Harmonies of #383701
Complementary color
Monochromatic Colors of #383701
Black with #383701
Text Example
Text Example
White with #383701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383701; }
p { color: rgb(56,55,1); }
H1.HeaderClassName
{
color: #383701;
}
.AnyTagClassName
{
color: #383701;
}
</style>
background-color css
<style>
a { background-color: #383701; }
a { background-color: rgb(56,55,1); }
div.DivClassName
{
background-color: #383701;
}
.BgClassName
{
background-color: #383701;
}
</style>
border-color css
<style>
span { border-color: #383701; }
span { border-color: rgb(56,55,1); }
td.TdClassName
{
border-color: #383701;
}
.TagClassName
{
border-color: #383701;
}
</style>