Shades of Turtle Green #38420D
Tints of Turtle Green #38420D
RGB
CMYK
RGB Variations
Color information
#38420D (or 0x38420D) is known color: Turtle Green. HEX triplet: 38, 42 and 0D. RGB value is (56,66,13). Sum of RGB (Red+Green+Blue) = 56+66+13=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #38420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38420D is #C7BDF2. Grayscale: #393939. Windows color (decimal): -13090291 or 868920. OLE color: 868920.
HSL color Cylindrical-coordinate representation of color #38420D: hue angle of 71.32º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38420D is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 13 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.74 |
| HSL | 71.32º | 0.67% | 0.15% | - |
| HSV(B) | 71.32º | 0.8% | 0.26% | - |
| XYZ | 3.65 | 4.77 | 1.11 | - |
| YUV | 56.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 13 | 0.15 | 0 | 0.80 | 0.74 | 71.32 | 0.67 | 0.15 |
| Hex | 38 | 42 | D | F | 0 | 50 | 4A | 47 | 43 | F |
| Octal | 70 | 102 | 15 | 17 | 0 | 120 | 112 | 107 | 103 | 17 |
| Binary | 111000 | 1000010 | 1101 | 1111 | 0 | 1010000 | 1001010 | 1000111 | 1000011 | 1111 |
Color Harmonies of #38420D
Complementary color
Monochromatic Colors of #38420D
Black with #38420D
Text Example
Text Example
White with #38420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38420D; }
p { color: rgb(56,66,13); }
H1.HeaderClassName
{
color: #38420D;
}
.AnyTagClassName
{
color: #38420D;
}
</style>
background-color css
<style>
a { background-color: #38420D; }
a { background-color: rgb(56,66,13); }
div.DivClassName
{
background-color: #38420D;
}
.BgClassName
{
background-color: #38420D;
}
</style>
border-color css
<style>
span { border-color: #38420D; }
span { border-color: rgb(56,66,13); }
td.TdClassName
{
border-color: #38420D;
}
.TagClassName
{
border-color: #38420D;
}
</style>