Shades of Forest Green #369A38
Tints of Forest Green #369A38
RGB
CMYK
RGB Variations
Color information
#369A38 (or 0x369A38) is known color: Forest Green. HEX triplet: 36, 9A and 38. RGB value is (54,154,56). Sum of RGB (Red+Green+Blue) = 54+154+56=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 154 (60.55% from 255 or 58.33% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 154 - color contains mainly: green. Hex color #369A38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369A38 is #C965C7. Grayscale: #717171. Windows color (decimal): -13198792 or 3709494. OLE color: 3709494.
HSL color Cylindrical-coordinate representation of color #369A38: hue angle of 121.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369A38 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 56 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.40 |
| HSL | 121.2º | 0.48% | 0.41% | - |
| HSV(B) | 121.2º | 0.65% | 0.6% | - |
| XYZ | 13.79 | 24.18 | 7.68 | - |
| YUV | 112.93 | 95.87 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 56 | 0.65 | 0 | 0.64 | 0.40 | 121.2 | 0.48 | 0.41 |
| Hex | 36 | 9A | 38 | 41 | 0 | 40 | 28 | 79 | 30 | 29 |
| Octal | 66 | 232 | 70 | 101 | 0 | 100 | 50 | 171 | 60 | 51 |
| Binary | 110110 | 10011010 | 111000 | 1000001 | 0 | 1000000 | 101000 | 1111001 | 110000 | 101001 |
Color Harmonies of #369A38
Complementary color
Monochromatic Colors of #369A38
Black with #369A38
Text Example
Text Example
White with #369A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A38; }
p { color: rgb(54,154,56); }
H1.HeaderClassName
{
color: #369A38;
}
.AnyTagClassName
{
color: #369A38;
}
</style>
background-color css
<style>
a { background-color: #369A38; }
a { background-color: rgb(54,154,56); }
div.DivClassName
{
background-color: #369A38;
}
.BgClassName
{
background-color: #369A38;
}
</style>
border-color css
<style>
span { border-color: #369A38; }
span { border-color: rgb(54,154,56); }
td.TdClassName
{
border-color: #369A38;
}
.TagClassName
{
border-color: #369A38;
}
</style>