Shades of Japanese Laurel #3A803B
Tints of Japanese Laurel #3A803B
RGB
CMYK
RGB Variations
Color information
#3A803B (or 0x3A803B) is known color: Japanese Laurel. HEX triplet: 3A, 80 and 3B. RGB value is (58,128,59). Sum of RGB (Red+Green+Blue) = 58+128+59=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #3A803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A803B is #C57FC4. Grayscale: #636363. Windows color (decimal): -12943301 or 3899450. OLE color: 3899450.
HSL color Cylindrical-coordinate representation of color #3A803B: hue angle of 120.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A803B is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 59 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.50 |
| HSL | 120.86º | 0.38% | 0.36% | - |
| HSV(B) | 120.86º | 0.55% | 0.5% | - |
| XYZ | 10.25 | 16.65 | 6.81 | - |
| YUV | 99.2 | 105.31 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 59 | 0.55 | 0 | 0.54 | 0.50 | 120.86 | 0.38 | 0.36 |
| Hex | 3A | 80 | 3B | 37 | 0 | 36 | 32 | 79 | 26 | 24 |
| Octal | 72 | 200 | 73 | 67 | 0 | 66 | 62 | 171 | 46 | 44 |
| Binary | 111010 | 10000000 | 111011 | 110111 | 0 | 110110 | 110010 | 1111001 | 100110 | 100100 |
Color Harmonies of #3A803B
Complementary color
Monochromatic Colors of #3A803B
Black with #3A803B
Text Example
Text Example
White with #3A803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A803B; }
p { color: rgb(58,128,59); }
H1.HeaderClassName
{
color: #3A803B;
}
.AnyTagClassName
{
color: #3A803B;
}
</style>
background-color css
<style>
a { background-color: #3A803B; }
a { background-color: rgb(58,128,59); }
div.DivClassName
{
background-color: #3A803B;
}
.BgClassName
{
background-color: #3A803B;
}
</style>
border-color css
<style>
span { border-color: #3A803B; }
span { border-color: rgb(58,128,59); }
td.TdClassName
{
border-color: #3A803B;
}
.TagClassName
{
border-color: #3A803B;
}
</style>