Shades of Turtle Green #383F0A
Tints of Turtle Green #383F0A
RGB
CMYK
RGB Variations
Color information
#383F0A (or 0x383F0A) is known color: Turtle Green. HEX triplet: 38, 3F and 0A. RGB value is (56,63,10). Sum of RGB (Red+Green+Blue) = 56+63+10=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #383F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383F0A is #C7C0F5. Grayscale: #373737. Windows color (decimal): -13091062 or 671544. OLE color: 671544.
HSL color Cylindrical-coordinate representation of color #383F0A: hue angle of 67.92º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #383F0A is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 63 | 10 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.75 |
| HSL | 67.92º | 0.73% | 0.14% | - |
| HSV(B) | 67.92º | 0.84% | 0.25% | - |
| XYZ | 3.46 | 4.42 | 0.96 | - |
| YUV | 54.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 10 | 0.11 | 0 | 0.84 | 0.75 | 67.92 | 0.73 | 0.14 |
| Hex | 38 | 3F | A | B | 0 | 54 | 4B | 44 | 49 | E |
| Octal | 70 | 77 | 12 | 13 | 0 | 124 | 113 | 104 | 111 | 16 |
| Binary | 111000 | 111111 | 1010 | 1011 | 0 | 1010100 | 1001011 | 1000100 | 1001001 | 1110 |
Color Harmonies of #383F0A
Complementary color
Monochromatic Colors of #383F0A
Black with #383F0A
Text Example
Text Example
White with #383F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F0A; }
p { color: rgb(56,63,10); }
H1.HeaderClassName
{
color: #383F0A;
}
.AnyTagClassName
{
color: #383F0A;
}
</style>
background-color css
<style>
a { background-color: #383F0A; }
a { background-color: rgb(56,63,10); }
div.DivClassName
{
background-color: #383F0A;
}
.BgClassName
{
background-color: #383F0A;
}
</style>
border-color css
<style>
span { border-color: #383F0A; }
span { border-color: rgb(56,63,10); }
td.TdClassName
{
border-color: #383F0A;
}
.TagClassName
{
border-color: #383F0A;
}
</style>