Shades of Turtle Green #383E06
Tints of Turtle Green #383E06
RGB
CMYK
RGB Variations
Color information
#383E06 (or 0x383E06) is known color: Turtle Green. HEX triplet: 38, 3E and 06. RGB value is (56,62,6). Sum of RGB (Red+Green+Blue) = 56+62+6=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 62 (24.61% from 255 or 50% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 62 - color contains mainly: green. Hex color #383E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383E06 is #C7C1F9. Grayscale: #363636. Windows color (decimal): -13091322 or 409144. OLE color: 409144.
HSL color Cylindrical-coordinate representation of color #383E06: hue angle of 66.43º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #383E06 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 62 | 6 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.76 |
| HSL | 66.43º | 0.82% | 0.13% | - |
| HSV(B) | 66.43º | 0.9% | 0.24% | - |
| XYZ | 3.39 | 4.3 | 0.82 | - |
| YUV | 53.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 6 | 0.10 | 0 | 0.90 | 0.76 | 66.43 | 0.82 | 0.13 |
| Hex | 38 | 3E | 6 | A | 0 | 5A | 4C | 42 | 52 | D |
| Octal | 70 | 76 | 6 | 12 | 0 | 132 | 114 | 102 | 122 | 15 |
| Binary | 111000 | 111110 | 110 | 1010 | 0 | 1011010 | 1001100 | 1000010 | 1010010 | 1101 |
Color Harmonies of #383E06
Complementary color
Monochromatic Colors of #383E06
Black with #383E06
Text Example
Text Example
White with #383E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E06; }
p { color: rgb(56,62,6); }
H1.HeaderClassName
{
color: #383E06;
}
.AnyTagClassName
{
color: #383E06;
}
</style>
background-color css
<style>
a { background-color: #383E06; }
a { background-color: rgb(56,62,6); }
div.DivClassName
{
background-color: #383E06;
}
.BgClassName
{
background-color: #383E06;
}
</style>
border-color css
<style>
span { border-color: #383E06; }
span { border-color: rgb(56,62,6); }
td.TdClassName
{
border-color: #383E06;
}
.TagClassName
{
border-color: #383E06;
}
</style>