Shades of Turtle Green #38431A
Tints of Turtle Green #38431A
RGB
CMYK
RGB Variations
Color information
#38431A (or 0x38431A) is known color: Turtle Green. HEX triplet: 38, 43 and 1A. RGB value is (56,67,26). Sum of RGB (Red+Green+Blue) = 56+67+26=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #38431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38431A is #C7BCE5. Grayscale: #3B3B3B. Windows color (decimal): -13090022 or 1721144. OLE color: 1721144.
HSL color Cylindrical-coordinate representation of color #38431A: hue angle of 76.1º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38431A is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 67 | 26 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.74 |
| HSL | 76.1º | 0.44% | 0.18% | - |
| HSV(B) | 76.1º | 0.61% | 0.26% | - |
| XYZ | 3.82 | 4.93 | 1.73 | - |
| YUV | 59.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 26 | 0.16 | 0 | 0.61 | 0.74 | 76.1 | 0.44 | 0.18 |
| Hex | 38 | 43 | 1A | 10 | 0 | 3D | 4A | 4C | 2C | 12 |
| Octal | 70 | 103 | 32 | 20 | 0 | 75 | 112 | 114 | 54 | 22 |
| Binary | 111000 | 1000011 | 11010 | 10000 | 0 | 111101 | 1001010 | 1001100 | 101100 | 10010 |
Color Harmonies of #38431A
Complementary color
Monochromatic Colors of #38431A
Black with #38431A
Text Example
Text Example
White with #38431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38431A; }
p { color: rgb(56,67,26); }
H1.HeaderClassName
{
color: #38431A;
}
.AnyTagClassName
{
color: #38431A;
}
</style>
background-color css
<style>
a { background-color: #38431A; }
a { background-color: rgb(56,67,26); }
div.DivClassName
{
background-color: #38431A;
}
.BgClassName
{
background-color: #38431A;
}
</style>
border-color css
<style>
span { border-color: #38431A; }
span { border-color: rgb(56,67,26); }
td.TdClassName
{
border-color: #38431A;
}
.TagClassName
{
border-color: #38431A;
}
</style>