Shades of Hunter Green #38653F
Tints of Hunter Green #38653F
RGB
CMYK
RGB Variations
Color information
#38653F (or 0x38653F) is known color: Hunter Green. HEX triplet: 38, 65 and 3F. RGB value is (56,101,63). Sum of RGB (Red+Green+Blue) = 56+101+63=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #38653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38653F is #C79AC0. Grayscale: #535353. Windows color (decimal): -13081281 or 4154680. OLE color: 4154680.
HSL color Cylindrical-coordinate representation of color #38653F: hue angle of 129.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38653F is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 101 | 63 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.60 |
| HSL | 129.33º | 0.29% | 0.31% | - |
| HSV(B) | 129.33º | 0.45% | 0.4% | - |
| XYZ | 7.18 | 10.51 | 6.35 | - |
| YUV | 83.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 101 | 63 | 0.45 | 0 | 0.38 | 0.60 | 129.33 | 0.29 | 0.31 |
| Hex | 38 | 65 | 3F | 2D | 0 | 26 | 3C | 81 | 1D | 1F |
| Octal | 70 | 145 | 77 | 55 | 0 | 46 | 74 | 201 | 35 | 37 |
| Binary | 111000 | 1100101 | 111111 | 101101 | 0 | 100110 | 111100 | 10000001 | 11101 | 11111 |
Color Harmonies of #38653F
Complementary color
Monochromatic Colors of #38653F
Black with #38653F
Text Example
Text Example
White with #38653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38653F; }
p { color: rgb(56,101,63); }
H1.HeaderClassName
{
color: #38653F;
}
.AnyTagClassName
{
color: #38653F;
}
</style>
background-color css
<style>
a { background-color: #38653F; }
a { background-color: rgb(56,101,63); }
div.DivClassName
{
background-color: #38653F;
}
.BgClassName
{
background-color: #38653F;
}
</style>
border-color css
<style>
span { border-color: #38653F; }
span { border-color: rgb(56,101,63); }
td.TdClassName
{
border-color: #38653F;
}
.TagClassName
{
border-color: #38653F;
}
</style>