Shades of Turtle Green #383D00
Tints of Turtle Green #383D00
RGB
CMYK
RGB Variations
Color information
#383D00 (or 0x383D00) is known color: Turtle Green. HEX triplet: 38, 3D and 00. RGB value is (56,61,0). Sum of RGB (Red+Green+Blue) = 56+61+0=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #383D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383D00 is #C7C2FF. Grayscale: #343434. Windows color (decimal): -13091584 or 15672. OLE color: 15672.
HSL color Cylindrical-coordinate representation of color #383D00: hue angle of 64.92º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #383D00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.76 |
| HSL | 64.92º | 1% | 0.12% | - |
| HSV(B) | 64.92º | 1% | 0.24% | - |
| XYZ | 3.3 | 4.18 | 0.63 | - |
| YUV | 52.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 0 | 0.08 | 0 | 1 | 0.76 | 64.92 | 1 | 0.12 |
| Hex | 38 | 3D | 0 | 8 | 0 | 64 | 4C | 41 | 64 | C |
| Octal | 70 | 75 | 0 | 10 | 0 | 144 | 114 | 101 | 144 | 14 |
| Binary | 111000 | 111101 | 0 | 1000 | 0 | 1100100 | 1001100 | 1000001 | 1100100 | 1100 |
Color Harmonies of #383D00
Complementary color
Monochromatic Colors of #383D00
Black with #383D00
Text Example
Text Example
White with #383D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D00; }
p { color: rgb(56,61,0); }
H1.HeaderClassName
{
color: #383D00;
}
.AnyTagClassName
{
color: #383D00;
}
</style>
background-color css
<style>
a { background-color: #383D00; }
a { background-color: rgb(56,61,0); }
div.DivClassName
{
background-color: #383D00;
}
.BgClassName
{
background-color: #383D00;
}
</style>
border-color css
<style>
span { border-color: #383D00; }
span { border-color: rgb(56,61,0); }
td.TdClassName
{
border-color: #383D00;
}
.TagClassName
{
border-color: #383D00;
}
</style>