Shades of Turtle Green #38380F
Tints of Turtle Green #38380F
RGB
CMYK
RGB Variations
Color information
#38380F (or 0x38380F) is known color: Turtle Green. HEX triplet: 38, 38 and 0F. RGB value is (56,56,15). Sum of RGB (Red+Green+Blue) = 56+56+15=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 56 - color contains mainly: red, green. Hex color #38380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38380F is #C7C7F0. Grayscale: #333333. Windows color (decimal): -13092849 or 997432. OLE color: 997432.
HSL color Cylindrical-coordinate representation of color #38380F: hue angle of 60º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38380F is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 56 | 15 | - |
| CMYK | 0 | 0 | 0.73 | 0.78 |
| HSL | 60º | 0.58% | 0.14% | - |
| HSV(B) | 60º | 0.73% | 0.22% | - |
| XYZ | 3.13 | 3.7 | 1 | - |
| YUV | 51.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 15 | 0 | 0 | 0.73 | 0.78 | 60 | 0.58 | 0.14 |
| Hex | 38 | 38 | F | 0 | 0 | 49 | 4E | 3C | 3A | E |
| Octal | 70 | 70 | 17 | 0 | 0 | 111 | 116 | 74 | 72 | 16 |
| Binary | 111000 | 111000 | 1111 | 0 | 0 | 1001001 | 1001110 | 111100 | 111010 | 1110 |
Color Harmonies of #38380F
Complementary color
Monochromatic Colors of #38380F
Black with #38380F
Text Example
Text Example
White with #38380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38380F; }
p { color: rgb(56,56,15); }
H1.HeaderClassName
{
color: #38380F;
}
.AnyTagClassName
{
color: #38380F;
}
</style>
background-color css
<style>
a { background-color: #38380F; }
a { background-color: rgb(56,56,15); }
div.DivClassName
{
background-color: #38380F;
}
.BgClassName
{
background-color: #38380F;
}
</style>
border-color css
<style>
span { border-color: #38380F; }
span { border-color: rgb(56,56,15); }
td.TdClassName
{
border-color: #38380F;
}
.TagClassName
{
border-color: #38380F;
}
</style>