Shades of Turtle Green #38450D
Tints of Turtle Green #38450D
RGB
CMYK
RGB Variations
Color information
#38450D (or 0x38450D) is known color: Turtle Green. HEX triplet: 38, 45 and 0D. RGB value is (56,69,13). Sum of RGB (Red+Green+Blue) = 56+69+13=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #38450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38450D is #C7BAF2. Grayscale: #3A3A3A. Windows color (decimal): -13089523 or 869688. OLE color: 869688.
HSL color Cylindrical-coordinate representation of color #38450D: hue angle of 73.93º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38450D is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 69 | 13 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.73 |
| HSL | 73.93º | 0.68% | 0.16% | - |
| HSV(B) | 73.93º | 0.81% | 0.27% | - |
| XYZ | 3.83 | 5.13 | 1.17 | - |
| YUV | 58.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 13 | 0.19 | 0 | 0.81 | 0.73 | 73.93 | 0.68 | 0.16 |
| Hex | 38 | 45 | D | 13 | 0 | 51 | 49 | 4A | 44 | 10 |
| Octal | 70 | 105 | 15 | 23 | 0 | 121 | 111 | 112 | 104 | 20 |
| Binary | 111000 | 1000101 | 1101 | 10011 | 0 | 1010001 | 1001001 | 1001010 | 1000100 | 10000 |
Color Harmonies of #38450D
Complementary color
Monochromatic Colors of #38450D
Black with #38450D
Text Example
Text Example
White with #38450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38450D; }
p { color: rgb(56,69,13); }
H1.HeaderClassName
{
color: #38450D;
}
.AnyTagClassName
{
color: #38450D;
}
</style>
background-color css
<style>
a { background-color: #38450D; }
a { background-color: rgb(56,69,13); }
div.DivClassName
{
background-color: #38450D;
}
.BgClassName
{
background-color: #38450D;
}
</style>
border-color css
<style>
span { border-color: #38450D; }
span { border-color: rgb(56,69,13); }
td.TdClassName
{
border-color: #38450D;
}
.TagClassName
{
border-color: #38450D;
}
</style>