Shades of Turtle Green #38461A
Tints of Turtle Green #38461A
RGB
CMYK
RGB Variations
Color information
#38461A (or 0x38461A) is known color: Turtle Green. HEX triplet: 38, 46 and 1A. RGB value is (56,70,26). Sum of RGB (Red+Green+Blue) = 56+70+26=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #38461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38461A is #C7B9E5. Grayscale: #3C3C3C. Windows color (decimal): -13089254 or 1721912. OLE color: 1721912.
HSL color Cylindrical-coordinate representation of color #38461A: hue angle of 79.09º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38461A is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 26 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.73 |
| HSL | 79.09º | 0.46% | 0.19% | - |
| HSV(B) | 79.09º | 0.63% | 0.27% | - |
| XYZ | 4.01 | 5.3 | 1.79 | - |
| YUV | 60.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 26 | 0.20 | 0 | 0.63 | 0.73 | 79.09 | 0.46 | 0.19 |
| Hex | 38 | 46 | 1A | 14 | 0 | 3F | 49 | 4F | 2E | 13 |
| Octal | 70 | 106 | 32 | 24 | 0 | 77 | 111 | 117 | 56 | 23 |
| Binary | 111000 | 1000110 | 11010 | 10100 | 0 | 111111 | 1001001 | 1001111 | 101110 | 10011 |
Color Harmonies of #38461A
Complementary color
Monochromatic Colors of #38461A
Black with #38461A
Text Example
Text Example
White with #38461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38461A; }
p { color: rgb(56,70,26); }
H1.HeaderClassName
{
color: #38461A;
}
.AnyTagClassName
{
color: #38461A;
}
</style>
background-color css
<style>
a { background-color: #38461A; }
a { background-color: rgb(56,70,26); }
div.DivClassName
{
background-color: #38461A;
}
.BgClassName
{
background-color: #38461A;
}
</style>
border-color css
<style>
span { border-color: #38461A; }
span { border-color: rgb(56,70,26); }
td.TdClassName
{
border-color: #38461A;
}
.TagClassName
{
border-color: #38461A;
}
</style>