Shades of Hunter Green #38633E
Tints of Hunter Green #38633E
RGB
CMYK
RGB Variations
Color information
#38633E (or 0x38633E) is known color: Hunter Green. HEX triplet: 38, 63 and 3E. RGB value is (56,99,62). Sum of RGB (Red+Green+Blue) = 56+99+62=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #38633E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38633E is #C79CC1. Grayscale: #525252. Windows color (decimal): -13081794 or 4088632. OLE color: 4088632.
HSL color Cylindrical-coordinate representation of color #38633E: hue angle of 128.37º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38633E is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 99 | 62 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.61 |
| HSL | 128.37º | 0.28% | 0.3% | - |
| HSV(B) | 128.37º | 0.43% | 0.39% | - |
| XYZ | 6.96 | 10.11 | 6.14 | - |
| YUV | 81.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 62 | 0.43 | 0 | 0.37 | 0.61 | 128.37 | 0.28 | 0.3 |
| Hex | 38 | 63 | 3E | 2B | 0 | 25 | 3D | 80 | 1C | 1E |
| Octal | 70 | 143 | 76 | 53 | 0 | 45 | 75 | 200 | 34 | 36 |
| Binary | 111000 | 1100011 | 111110 | 101011 | 0 | 100101 | 111101 | 10000000 | 11100 | 11110 |
Color Harmonies of #38633E
Complementary color
Monochromatic Colors of #38633E
Black with #38633E
Text Example
Text Example
White with #38633E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38633E; }
p { color: rgb(56,99,62); }
H1.HeaderClassName
{
color: #38633E;
}
.AnyTagClassName
{
color: #38633E;
}
</style>
background-color css
<style>
a { background-color: #38633E; }
a { background-color: rgb(56,99,62); }
div.DivClassName
{
background-color: #38633E;
}
.BgClassName
{
background-color: #38633E;
}
</style>
border-color css
<style>
span { border-color: #38633E; }
span { border-color: rgb(56,99,62); }
td.TdClassName
{
border-color: #38633E;
}
.TagClassName
{
border-color: #38633E;
}
</style>