Shades of Turtle Green #384601
Tints of Turtle Green #384601
RGB
CMYK
RGB Variations
Color information
#384601 (or 0x384601) is known color: Turtle Green. HEX triplet: 38, 46 and 01. RGB value is (56,70,1). Sum of RGB (Red+Green+Blue) = 56+70+1=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #384601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384601 is #C7B9FE. Grayscale: #3A3A3A. Windows color (decimal): -13089279 or 83512. OLE color: 83512.
HSL color Cylindrical-coordinate representation of color #384601: hue angle of 72.17º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #384601 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.73 |
| HSL | 72.17º | 0.97% | 0.14% | - |
| HSV(B) | 72.17º | 0.99% | 0.27% | - |
| XYZ | 3.83 | 5.22 | 0.84 | - |
| YUV | 57.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 1 | 0.20 | 0 | 0.99 | 0.73 | 72.17 | 0.97 | 0.14 |
| Hex | 38 | 46 | 1 | 14 | 0 | 63 | 49 | 48 | 61 | E |
| Octal | 70 | 106 | 1 | 24 | 0 | 143 | 111 | 110 | 141 | 16 |
| Binary | 111000 | 1000110 | 1 | 10100 | 0 | 1100011 | 1001001 | 1001000 | 1100001 | 1110 |
Color Harmonies of #384601
Complementary color
Monochromatic Colors of #384601
Black with #384601
Text Example
Text Example
White with #384601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384601; }
p { color: rgb(56,70,1); }
H1.HeaderClassName
{
color: #384601;
}
.AnyTagClassName
{
color: #384601;
}
</style>
background-color css
<style>
a { background-color: #384601; }
a { background-color: rgb(56,70,1); }
div.DivClassName
{
background-color: #384601;
}
.BgClassName
{
background-color: #384601;
}
</style>
border-color css
<style>
span { border-color: #384601; }
span { border-color: rgb(56,70,1); }
td.TdClassName
{
border-color: #384601;
}
.TagClassName
{
border-color: #384601;
}
</style>