Shades of Japanese Laurel #3A803D
Tints of Japanese Laurel #3A803D
RGB
CMYK
RGB Variations
Color information
#3A803D (or 0x3A803D) is known color: Japanese Laurel. HEX triplet: 3A, 80 and 3D. RGB value is (58,128,61). Sum of RGB (Red+Green+Blue) = 58+128+61=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #3A803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A803D is #C57FC2. Grayscale: #636363. Windows color (decimal): -12943299 or 4030522. OLE color: 4030522.
HSL color Cylindrical-coordinate representation of color #3A803D: hue angle of 122.57º 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 #3A803D is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 61 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.50 |
| HSL | 122.57º | 0.38% | 0.36% | - |
| HSV(B) | 122.57º | 0.55% | 0.5% | - |
| XYZ | 10.31 | 16.67 | 7.09 | - |
| YUV | 99.43 | 106.31 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 61 | 0.55 | 0 | 0.52 | 0.50 | 122.57 | 0.38 | 0.36 |
| Hex | 3A | 80 | 3D | 37 | 0 | 34 | 32 | 7B | 26 | 24 |
| Octal | 72 | 200 | 75 | 67 | 0 | 64 | 62 | 173 | 46 | 44 |
| Binary | 111010 | 10000000 | 111101 | 110111 | 0 | 110100 | 110010 | 1111011 | 100110 | 100100 |
Color Harmonies of #3A803D
Complementary color
Monochromatic Colors of #3A803D
Black with #3A803D
Text Example
Text Example
White with #3A803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A803D; }
p { color: rgb(58,128,61); }
H1.HeaderClassName
{
color: #3A803D;
}
.AnyTagClassName
{
color: #3A803D;
}
</style>
background-color css
<style>
a { background-color: #3A803D; }
a { background-color: rgb(58,128,61); }
div.DivClassName
{
background-color: #3A803D;
}
.BgClassName
{
background-color: #3A803D;
}
</style>
border-color css
<style>
span { border-color: #3A803D; }
span { border-color: rgb(58,128,61); }
td.TdClassName
{
border-color: #3A803D;
}
.TagClassName
{
border-color: #3A803D;
}
</style>