Shades of Hunter Green #375B3D
Tints of Hunter Green #375B3D
RGB
CMYK
RGB Variations
Color information
#375B3D (or 0x375B3D) is known color: Hunter Green. HEX triplet: 37, 5B and 3D. RGB value is (55,91,61). Sum of RGB (Red+Green+Blue) = 55+91+61=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #375B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B3D is #C8A4C2. Grayscale: #4C4C4C. Windows color (decimal): -13149379 or 4021047. OLE color: 4021047.
HSL color Cylindrical-coordinate representation of color #375B3D: hue angle of 130º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375B3D is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 91 | 61 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.64 |
| HSL | 130º | 0.25% | 0.29% | - |
| HSV(B) | 130º | 0.4% | 0.36% | - |
| XYZ | 6.16 | 8.63 | 5.76 | - |
| YUV | 76.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 61 | 0.40 | 0 | 0.33 | 0.64 | 130 | 0.25 | 0.29 |
| Hex | 37 | 5B | 3D | 28 | 0 | 21 | 40 | 82 | 19 | 1D |
| Octal | 67 | 133 | 75 | 50 | 0 | 41 | 100 | 202 | 31 | 35 |
| Binary | 110111 | 1011011 | 111101 | 101000 | 0 | 100001 | 1000000 | 10000010 | 11001 | 11101 |
Color Harmonies of #375B3D
Complementary color
Monochromatic Colors of #375B3D
Black with #375B3D
Text Example
Text Example
White with #375B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375B3D; }
p { color: rgb(55,91,61); }
H1.HeaderClassName
{
color: #375B3D;
}
.AnyTagClassName
{
color: #375B3D;
}
</style>
background-color css
<style>
a { background-color: #375B3D; }
a { background-color: rgb(55,91,61); }
div.DivClassName
{
background-color: #375B3D;
}
.BgClassName
{
background-color: #375B3D;
}
</style>
border-color css
<style>
span { border-color: #375B3D; }
span { border-color: rgb(55,91,61); }
td.TdClassName
{
border-color: #375B3D;
}
.TagClassName
{
border-color: #375B3D;
}
</style>