Shades of Japanese Laurel #3A8839
Tints of Japanese Laurel #3A8839
RGB
CMYK
RGB Variations
Color information
#3A8839 (or 0x3A8839) is known color: Japanese Laurel. HEX triplet: 3A, 88 and 39. RGB value is (58,136,57). Sum of RGB (Red+Green+Blue) = 58+136+57=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8839 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8839 is #C577C6. Grayscale: #676767. Windows color (decimal): -12941255 or 3770426. OLE color: 3770426.
HSL color Cylindrical-coordinate representation of color #3A8839: hue angle of 119.24º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8839 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 57 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.47 |
| HSL | 119.24º | 0.41% | 0.38% | - |
| HSV(B) | 119.24º | 0.58% | 0.53% | - |
| XYZ | 11.29 | 18.8 | 6.91 | - |
| YUV | 103.67 | 101.66 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 57 | 0.57 | 0 | 0.58 | 0.47 | 119.24 | 0.41 | 0.38 |
| Hex | 3A | 88 | 39 | 39 | 0 | 3A | 2F | 77 | 29 | 26 |
| Octal | 72 | 210 | 71 | 71 | 0 | 72 | 57 | 167 | 51 | 46 |
| Binary | 111010 | 10001000 | 111001 | 111001 | 0 | 111010 | 101111 | 1110111 | 101001 | 100110 |
Color Harmonies of #3A8839
Complementary color
Monochromatic Colors of #3A8839
Black with #3A8839
Text Example
Text Example
White with #3A8839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8839; }
p { color: rgb(58,136,57); }
H1.HeaderClassName
{
color: #3A8839;
}
.AnyTagClassName
{
color: #3A8839;
}
</style>
background-color css
<style>
a { background-color: #3A8839; }
a { background-color: rgb(58,136,57); }
div.DivClassName
{
background-color: #3A8839;
}
.BgClassName
{
background-color: #3A8839;
}
</style>
border-color css
<style>
span { border-color: #3A8839; }
span { border-color: rgb(58,136,57); }
td.TdClassName
{
border-color: #3A8839;
}
.TagClassName
{
border-color: #3A8839;
}
</style>