Shades of Turtle Green #384B06
Tints of Turtle Green #384B06
RGB
CMYK
RGB Variations
Color information
#384B06 (or 0x384B06) is known color: Turtle Green. HEX triplet: 38, 4B and 06. RGB value is (56,75,6). Sum of RGB (Red+Green+Blue) = 56+75+6=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #384B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B06 is #C7B4F9. Grayscale: #3D3D3D. Windows color (decimal): -13087994 or 412472. OLE color: 412472.
HSL color Cylindrical-coordinate representation of color #384B06: hue angle of 76.52º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #384B06 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 6 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.71 |
| HSL | 76.52º | 0.85% | 0.16% | - |
| HSV(B) | 76.52º | 0.92% | 0.29% | - |
| XYZ | 4.18 | 5.89 | 1.09 | - |
| YUV | 61.45 | 96.71 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 6 | 0.25 | 0 | 0.92 | 0.71 | 76.52 | 0.85 | 0.16 |
| Hex | 38 | 4B | 6 | 19 | 0 | 5C | 47 | 4D | 55 | 10 |
| Octal | 70 | 113 | 6 | 31 | 0 | 134 | 107 | 115 | 125 | 20 |
| Binary | 111000 | 1001011 | 110 | 11001 | 0 | 1011100 | 1000111 | 1001101 | 1010101 | 10000 |
Color Harmonies of #384B06
Complementary color
Monochromatic Colors of #384B06
Black with #384B06
Text Example
Text Example
White with #384B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B06; }
p { color: rgb(56,75,6); }
H1.HeaderClassName
{
color: #384B06;
}
.AnyTagClassName
{
color: #384B06;
}
</style>
background-color css
<style>
a { background-color: #384B06; }
a { background-color: rgb(56,75,6); }
div.DivClassName
{
background-color: #384B06;
}
.BgClassName
{
background-color: #384B06;
}
</style>
border-color css
<style>
span { border-color: #384B06; }
span { border-color: rgb(56,75,6); }
td.TdClassName
{
border-color: #384B06;
}
.TagClassName
{
border-color: #384B06;
}
</style>