Shades of Turtle Green #38431E
Tints of Turtle Green #38431E
RGB
CMYK
RGB Variations
Color information
#38431E (or 0x38431E) is known color: Turtle Green. HEX triplet: 38, 43 and 1E. RGB value is (56,67,30). Sum of RGB (Red+Green+Blue) = 56+67+30=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #38431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38431E is #C7BCE1. Grayscale: #3B3B3B. Windows color (decimal): -13090018 or 1983288. OLE color: 1983288.
HSL color Cylindrical-coordinate representation of color #38431E: hue angle of 77.84º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38431E is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 67 | 30 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.74 |
| HSL | 77.84º | 0.38% | 0.19% | - |
| HSV(B) | 77.84º | 0.55% | 0.26% | - |
| XYZ | 3.87 | 4.95 | 1.98 | - |
| YUV | 59.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 30 | 0.16 | 0 | 0.55 | 0.74 | 77.84 | 0.38 | 0.19 |
| Hex | 38 | 43 | 1E | 10 | 0 | 37 | 4A | 4E | 26 | 13 |
| Octal | 70 | 103 | 36 | 20 | 0 | 67 | 112 | 116 | 46 | 23 |
| Binary | 111000 | 1000011 | 11110 | 10000 | 0 | 110111 | 1001010 | 1001110 | 100110 | 10011 |
Color Harmonies of #38431E
Complementary color
Monochromatic Colors of #38431E
Black with #38431E
Text Example
Text Example
White with #38431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38431E; }
p { color: rgb(56,67,30); }
H1.HeaderClassName
{
color: #38431E;
}
.AnyTagClassName
{
color: #38431E;
}
</style>
background-color css
<style>
a { background-color: #38431E; }
a { background-color: rgb(56,67,30); }
div.DivClassName
{
background-color: #38431E;
}
.BgClassName
{
background-color: #38431E;
}
</style>
border-color css
<style>
span { border-color: #38431E; }
span { border-color: rgb(56,67,30); }
td.TdClassName
{
border-color: #38431E;
}
.TagClassName
{
border-color: #38431E;
}
</style>