Shades of Japanese Laurel #3A8937
Tints of Japanese Laurel #3A8937
RGB
CMYK
RGB Variations
Color information
#3A8937 (or 0x3A8937) is known color: Japanese Laurel. HEX triplet: 3A, 89 and 37. RGB value is (58,137,55). Sum of RGB (Red+Green+Blue) = 58+137+55=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8937 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8937 is #C576C8. Grayscale: #686868. Windows color (decimal): -12941001 or 3639610. OLE color: 3639610.
HSL color Cylindrical-coordinate representation of color #3A8937: hue angle of 117.8º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A8937 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 55 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.46 |
| HSL | 117.8º | 0.43% | 0.38% | - |
| HSV(B) | 117.8º | 0.6% | 0.54% | - |
| XYZ | 11.38 | 19.07 | 6.69 | - |
| YUV | 104.03 | 100.33 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 55 | 0.58 | 0 | 0.60 | 0.46 | 117.8 | 0.43 | 0.38 |
| Hex | 3A | 89 | 37 | 3A | 0 | 3C | 2E | 76 | 2B | 26 |
| Octal | 72 | 211 | 67 | 72 | 0 | 74 | 56 | 166 | 53 | 46 |
| Binary | 111010 | 10001001 | 110111 | 111010 | 0 | 111100 | 101110 | 1110110 | 101011 | 100110 |
Color Harmonies of #3A8937
Complementary color
Monochromatic Colors of #3A8937
Black with #3A8937
Text Example
Text Example
White with #3A8937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8937; }
p { color: rgb(58,137,55); }
H1.HeaderClassName
{
color: #3A8937;
}
.AnyTagClassName
{
color: #3A8937;
}
</style>
background-color css
<style>
a { background-color: #3A8937; }
a { background-color: rgb(58,137,55); }
div.DivClassName
{
background-color: #3A8937;
}
.BgClassName
{
background-color: #3A8937;
}
</style>
border-color css
<style>
span { border-color: #3A8937; }
span { border-color: rgb(58,137,55); }
td.TdClassName
{
border-color: #3A8937;
}
.TagClassName
{
border-color: #3A8937;
}
</style>