Shades of Turtle Green #38401A
Tints of Turtle Green #38401A
RGB
CMYK
RGB Variations
Color information
#38401A (or 0x38401A) is known color: Turtle Green. HEX triplet: 38, 40 and 1A. RGB value is (56,64,26). Sum of RGB (Red+Green+Blue) = 56+64+26=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #38401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38401A is #C7BFE5. Grayscale: #393939. Windows color (decimal): -13090790 or 1720376. OLE color: 1720376.
HSL color Cylindrical-coordinate representation of color #38401A: hue angle of 72.63º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38401A is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 26 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.75 |
| HSL | 72.63º | 0.42% | 0.18% | - |
| HSV(B) | 72.63º | 0.59% | 0.25% | - |
| XYZ | 3.65 | 4.58 | 1.67 | - |
| YUV | 57.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 26 | 0.13 | 0 | 0.59 | 0.75 | 72.63 | 0.42 | 0.18 |
| Hex | 38 | 40 | 1A | D | 0 | 3B | 4B | 49 | 2A | 12 |
| Octal | 70 | 100 | 32 | 15 | 0 | 73 | 113 | 111 | 52 | 22 |
| Binary | 111000 | 1000000 | 11010 | 1101 | 0 | 111011 | 1001011 | 1001001 | 101010 | 10010 |
Color Harmonies of #38401A
Complementary color
Monochromatic Colors of #38401A
Black with #38401A
Text Example
Text Example
White with #38401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38401A; }
p { color: rgb(56,64,26); }
H1.HeaderClassName
{
color: #38401A;
}
.AnyTagClassName
{
color: #38401A;
}
</style>
background-color css
<style>
a { background-color: #38401A; }
a { background-color: rgb(56,64,26); }
div.DivClassName
{
background-color: #38401A;
}
.BgClassName
{
background-color: #38401A;
}
</style>
border-color css
<style>
span { border-color: #38401A; }
span { border-color: rgb(56,64,26); }
td.TdClassName
{
border-color: #38401A;
}
.TagClassName
{
border-color: #38401A;
}
</style>