Shades of Turtle Green #384703
Tints of Turtle Green #384703
RGB
CMYK
RGB Variations
Color information
#384703 (or 0x384703) is known color: Turtle Green. HEX triplet: 38, 47 and 03. RGB value is (56,71,3). Sum of RGB (Red+Green+Blue) = 56+71+3=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #384703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384703 is #C7B8FC. Grayscale: #3B3B3B. Windows color (decimal): -13089021 or 214840. OLE color: 214840.
HSL color Cylindrical-coordinate representation of color #384703: hue angle of 73.24º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #384703 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 3 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.72 |
| HSL | 73.24º | 0.92% | 0.15% | - |
| HSV(B) | 73.24º | 0.96% | 0.28% | - |
| XYZ | 3.9 | 5.35 | 0.91 | - |
| YUV | 58.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 3 | 0.21 | 0 | 0.96 | 0.72 | 73.24 | 0.92 | 0.15 |
| Hex | 38 | 47 | 3 | 15 | 0 | 60 | 48 | 49 | 5C | F |
| Octal | 70 | 107 | 3 | 25 | 0 | 140 | 110 | 111 | 134 | 17 |
| Binary | 111000 | 1000111 | 11 | 10101 | 0 | 1100000 | 1001000 | 1001001 | 1011100 | 1111 |
Color Harmonies of #384703
Complementary color
Monochromatic Colors of #384703
Black with #384703
Text Example
Text Example
White with #384703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384703; }
p { color: rgb(56,71,3); }
H1.HeaderClassName
{
color: #384703;
}
.AnyTagClassName
{
color: #384703;
}
</style>
background-color css
<style>
a { background-color: #384703; }
a { background-color: rgb(56,71,3); }
div.DivClassName
{
background-color: #384703;
}
.BgClassName
{
background-color: #384703;
}
</style>
border-color css
<style>
span { border-color: #384703; }
span { border-color: rgb(56,71,3); }
td.TdClassName
{
border-color: #384703;
}
.TagClassName
{
border-color: #384703;
}
</style>