Shades of Turtle Green #383B0D
Tints of Turtle Green #383B0D
RGB
CMYK
RGB Variations
Color information
#383B0D (or 0x383B0D) is known color: Turtle Green. HEX triplet: 38, 3B and 0D. RGB value is (56,59,13). Sum of RGB (Red+Green+Blue) = 56+59+13=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #383B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383B0D is #C7C4F2. Grayscale: #353535. Windows color (decimal): -13092083 or 867128. OLE color: 867128.
HSL color Cylindrical-coordinate representation of color #383B0D: hue angle of 63.91º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383B0D is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 59 | 13 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.77 |
| HSL | 63.91º | 0.64% | 0.14% | - |
| HSV(B) | 63.91º | 0.78% | 0.23% | - |
| XYZ | 3.27 | 4 | 0.98 | - |
| YUV | 52.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 13 | 0.05 | 0 | 0.78 | 0.77 | 63.91 | 0.64 | 0.14 |
| Hex | 38 | 3B | D | 5 | 0 | 4E | 4D | 40 | 40 | E |
| Octal | 70 | 73 | 15 | 5 | 0 | 116 | 115 | 100 | 100 | 16 |
| Binary | 111000 | 111011 | 1101 | 101 | 0 | 1001110 | 1001101 | 1000000 | 1000000 | 1110 |
Color Harmonies of #383B0D
Complementary color
Monochromatic Colors of #383B0D
Black with #383B0D
Text Example
Text Example
White with #383B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B0D; }
p { color: rgb(56,59,13); }
H1.HeaderClassName
{
color: #383B0D;
}
.AnyTagClassName
{
color: #383B0D;
}
</style>
background-color css
<style>
a { background-color: #383B0D; }
a { background-color: rgb(56,59,13); }
div.DivClassName
{
background-color: #383B0D;
}
.BgClassName
{
background-color: #383B0D;
}
</style>
border-color css
<style>
span { border-color: #383B0D; }
span { border-color: rgb(56,59,13); }
td.TdClassName
{
border-color: #383B0D;
}
.TagClassName
{
border-color: #383B0D;
}
</style>