Shades of Japanese Laurel #3A843B
Tints of Japanese Laurel #3A843B
RGB
CMYK
RGB Variations
Color information
#3A843B (or 0x3A843B) is known color: Japanese Laurel. HEX triplet: 3A, 84 and 3B. RGB value is (58,132,59). Sum of RGB (Red+Green+Blue) = 58+132+59=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #3A843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A843B is #C57BC4. Grayscale: #656565. Windows color (decimal): -12942277 or 3900474. OLE color: 3900474.
HSL color Cylindrical-coordinate representation of color #3A843B: hue angle of 120.81º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A843B is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 59 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.48 |
| HSL | 120.81º | 0.39% | 0.37% | - |
| HSV(B) | 120.81º | 0.56% | 0.52% | - |
| XYZ | 10.79 | 17.72 | 6.99 | - |
| YUV | 101.55 | 103.98 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 59 | 0.56 | 0 | 0.55 | 0.48 | 120.81 | 0.39 | 0.37 |
| Hex | 3A | 84 | 3B | 38 | 0 | 37 | 30 | 79 | 27 | 25 |
| Octal | 72 | 204 | 73 | 70 | 0 | 67 | 60 | 171 | 47 | 45 |
| Binary | 111010 | 10000100 | 111011 | 111000 | 0 | 110111 | 110000 | 1111001 | 100111 | 100101 |
Color Harmonies of #3A843B
Complementary color
Monochromatic Colors of #3A843B
Black with #3A843B
Text Example
Text Example
White with #3A843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A843B; }
p { color: rgb(58,132,59); }
H1.HeaderClassName
{
color: #3A843B;
}
.AnyTagClassName
{
color: #3A843B;
}
</style>
background-color css
<style>
a { background-color: #3A843B; }
a { background-color: rgb(58,132,59); }
div.DivClassName
{
background-color: #3A843B;
}
.BgClassName
{
background-color: #3A843B;
}
</style>
border-color css
<style>
span { border-color: #3A843B; }
span { border-color: rgb(58,132,59); }
td.TdClassName
{
border-color: #3A843B;
}
.TagClassName
{
border-color: #3A843B;
}
</style>