Shades of Turtle Green #38441A
Tints of Turtle Green #38441A
RGB
CMYK
RGB Variations
Color information
#38441A (or 0x38441A) is known color: Turtle Green. HEX triplet: 38, 44 and 1A. RGB value is (56,68,26). Sum of RGB (Red+Green+Blue) = 56+68+26=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #38441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38441A is #C7BBE5. Grayscale: #3B3B3B. Windows color (decimal): -13089766 or 1721400. OLE color: 1721400.
HSL color Cylindrical-coordinate representation of color #38441A: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38441A is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 68 | 26 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.73 |
| HSL | 77.14º | 0.45% | 0.18% | - |
| HSV(B) | 77.14º | 0.62% | 0.27% | - |
| XYZ | 3.88 | 5.05 | 1.75 | - |
| YUV | 59.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 26 | 0.18 | 0 | 0.62 | 0.73 | 77.14 | 0.45 | 0.18 |
| Hex | 38 | 44 | 1A | 12 | 0 | 3E | 49 | 4D | 2D | 12 |
| Octal | 70 | 104 | 32 | 22 | 0 | 76 | 111 | 115 | 55 | 22 |
| Binary | 111000 | 1000100 | 11010 | 10010 | 0 | 111110 | 1001001 | 1001101 | 101101 | 10010 |
Color Harmonies of #38441A
Complementary color
Monochromatic Colors of #38441A
Black with #38441A
Text Example
Text Example
White with #38441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38441A; }
p { color: rgb(56,68,26); }
H1.HeaderClassName
{
color: #38441A;
}
.AnyTagClassName
{
color: #38441A;
}
</style>
background-color css
<style>
a { background-color: #38441A; }
a { background-color: rgb(56,68,26); }
div.DivClassName
{
background-color: #38441A;
}
.BgClassName
{
background-color: #38441A;
}
</style>
border-color css
<style>
span { border-color: #38441A; }
span { border-color: rgb(56,68,26); }
td.TdClassName
{
border-color: #38441A;
}
.TagClassName
{
border-color: #38441A;
}
</style>