Shades of Turtle Green #38440F
Tints of Turtle Green #38440F
RGB
CMYK
RGB Variations
Color information
#38440F (or 0x38440F) is known color: Turtle Green. HEX triplet: 38, 44 and 0F. RGB value is (56,68,15). Sum of RGB (Red+Green+Blue) = 56+68+15=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #38440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38440F is #C7BBF0. Grayscale: #3A3A3A. Windows color (decimal): -13089777 or 1000504. OLE color: 1000504.
HSL color Cylindrical-coordinate representation of color #38440F: hue angle of 73.58º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38440F is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 68 | 15 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.73 |
| HSL | 73.58º | 0.64% | 0.16% | - |
| HSV(B) | 73.58º | 0.78% | 0.27% | - |
| XYZ | 3.78 | 5.01 | 1.22 | - |
| YUV | 58.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 15 | 0.18 | 0 | 0.78 | 0.73 | 73.58 | 0.64 | 0.16 |
| Hex | 38 | 44 | F | 12 | 0 | 4E | 49 | 4A | 40 | 10 |
| Octal | 70 | 104 | 17 | 22 | 0 | 116 | 111 | 112 | 100 | 20 |
| Binary | 111000 | 1000100 | 1111 | 10010 | 0 | 1001110 | 1001001 | 1001010 | 1000000 | 10000 |
Color Harmonies of #38440F
Complementary color
Monochromatic Colors of #38440F
Black with #38440F
Text Example
Text Example
White with #38440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38440F; }
p { color: rgb(56,68,15); }
H1.HeaderClassName
{
color: #38440F;
}
.AnyTagClassName
{
color: #38440F;
}
</style>
background-color css
<style>
a { background-color: #38440F; }
a { background-color: rgb(56,68,15); }
div.DivClassName
{
background-color: #38440F;
}
.BgClassName
{
background-color: #38440F;
}
</style>
border-color css
<style>
span { border-color: #38440F; }
span { border-color: rgb(56,68,15); }
td.TdClassName
{
border-color: #38440F;
}
.TagClassName
{
border-color: #38440F;
}
</style>