Shades of Turtle Green #384901
Tints of Turtle Green #384901
RGB
CMYK
RGB Variations
Color information
#384901 (or 0x384901) is known color: Turtle Green. HEX triplet: 38, 49 and 01. RGB value is (56,73,1). Sum of RGB (Red+Green+Blue) = 56+73+1=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #384901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384901 is #C7B6FE. Grayscale: #3B3B3B. Windows color (decimal): -13088511 or 84280. OLE color: 84280.
HSL color Cylindrical-coordinate representation of color #384901: hue angle of 74.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #384901 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.71 |
| HSL | 74.17º | 0.97% | 0.15% | - |
| HSV(B) | 74.17º | 0.99% | 0.29% | - |
| XYZ | 4.02 | 5.61 | 0.9 | - |
| YUV | 59.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 1 | 0.23 | 0 | 0.99 | 0.71 | 74.17 | 0.97 | 0.15 |
| Hex | 38 | 49 | 1 | 17 | 0 | 63 | 47 | 4A | 61 | F |
| Octal | 70 | 111 | 1 | 27 | 0 | 143 | 107 | 112 | 141 | 17 |
| Binary | 111000 | 1001001 | 1 | 10111 | 0 | 1100011 | 1000111 | 1001010 | 1100001 | 1111 |
Color Harmonies of #384901
Complementary color
Monochromatic Colors of #384901
Black with #384901
Text Example
Text Example
White with #384901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384901; }
p { color: rgb(56,73,1); }
H1.HeaderClassName
{
color: #384901;
}
.AnyTagClassName
{
color: #384901;
}
</style>
background-color css
<style>
a { background-color: #384901; }
a { background-color: rgb(56,73,1); }
div.DivClassName
{
background-color: #384901;
}
.BgClassName
{
background-color: #384901;
}
</style>
border-color css
<style>
span { border-color: #384901; }
span { border-color: rgb(56,73,1); }
td.TdClassName
{
border-color: #384901;
}
.TagClassName
{
border-color: #384901;
}
</style>