Shades of Turtle Green #38390C
Tints of Turtle Green #38390C
RGB
CMYK
RGB Variations
Color information
#38390C (or 0x38390C) is known color: Turtle Green. HEX triplet: 38, 39 and 0C. RGB value is (56,57,12). Sum of RGB (Red+Green+Blue) = 56+57+12=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 57 (22.66% from 255 or 45.6% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 57 - color contains mainly: green. Hex color #38390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38390C is #C7C6F3. Grayscale: #333333. Windows color (decimal): -13092596 or 801080. OLE color: 801080.
HSL color Cylindrical-coordinate representation of color #38390C: hue angle of 61.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38390C is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 12 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.78 |
| HSL | 61.33º | 0.65% | 0.14% | - |
| HSV(B) | 61.33º | 0.79% | 0.22% | - |
| XYZ | 3.16 | 3.79 | 0.91 | - |
| YUV | 51.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 12 | 0.02 | 0 | 0.79 | 0.78 | 61.33 | 0.65 | 0.14 |
| Hex | 38 | 39 | C | 2 | 0 | 4F | 4E | 3D | 41 | E |
| Octal | 70 | 71 | 14 | 2 | 0 | 117 | 116 | 75 | 101 | 16 |
| Binary | 111000 | 111001 | 1100 | 10 | 0 | 1001111 | 1001110 | 111101 | 1000001 | 1110 |
Color Harmonies of #38390C
Complementary color
Monochromatic Colors of #38390C
Black with #38390C
Text Example
Text Example
White with #38390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38390C; }
p { color: rgb(56,57,12); }
H1.HeaderClassName
{
color: #38390C;
}
.AnyTagClassName
{
color: #38390C;
}
</style>
background-color css
<style>
a { background-color: #38390C; }
a { background-color: rgb(56,57,12); }
div.DivClassName
{
background-color: #38390C;
}
.BgClassName
{
background-color: #38390C;
}
</style>
border-color css
<style>
span { border-color: #38390C; }
span { border-color: rgb(56,57,12); }
td.TdClassName
{
border-color: #38390C;
}
.TagClassName
{
border-color: #38390C;
}
</style>