Shades of Turtle Green #383A07
Tints of Turtle Green #383A07
RGB
CMYK
RGB Variations
Color information
#383A07 (or 0x383A07) is known color: Turtle Green. HEX triplet: 38, 3A and 07. RGB value is (56,58,7). Sum of RGB (Red+Green+Blue) = 56+58+7=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #383A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383A07 is #C7C5F8. Grayscale: #333333. Windows color (decimal): -13092345 or 473656. OLE color: 473656.
HSL color Cylindrical-coordinate representation of color #383A07: hue angle of 62.35º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #383A07 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 58 | 7 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.77 |
| HSL | 62.35º | 0.78% | 0.13% | - |
| HSV(B) | 62.35º | 0.88% | 0.23% | - |
| XYZ | 3.18 | 3.88 | 0.78 | - |
| YUV | 51.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 7 | 0.03 | 0 | 0.88 | 0.77 | 62.35 | 0.78 | 0.13 |
| Hex | 38 | 3A | 7 | 3 | 0 | 58 | 4D | 3E | 4E | D |
| Octal | 70 | 72 | 7 | 3 | 0 | 130 | 115 | 76 | 116 | 15 |
| Binary | 111000 | 111010 | 111 | 11 | 0 | 1011000 | 1001101 | 111110 | 1001110 | 1101 |
Color Harmonies of #383A07
Complementary color
Monochromatic Colors of #383A07
Black with #383A07
Text Example
Text Example
White with #383A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A07; }
p { color: rgb(56,58,7); }
H1.HeaderClassName
{
color: #383A07;
}
.AnyTagClassName
{
color: #383A07;
}
</style>
background-color css
<style>
a { background-color: #383A07; }
a { background-color: rgb(56,58,7); }
div.DivClassName
{
background-color: #383A07;
}
.BgClassName
{
background-color: #383A07;
}
</style>
border-color css
<style>
span { border-color: #383A07; }
span { border-color: rgb(56,58,7); }
td.TdClassName
{
border-color: #383A07;
}
.TagClassName
{
border-color: #383A07;
}
</style>