Shades of Japanese Laurel #3A893D
Tints of Japanese Laurel #3A893D
RGB
CMYK
RGB Variations
Color information
#3A893D (or 0x3A893D) is known color: Japanese Laurel. HEX triplet: 3A, 89 and 3D. RGB value is (58,137,61). Sum of RGB (Red+Green+Blue) = 58+137+61=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #3A893D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A893D is #C576C2. Grayscale: #686868. Windows color (decimal): -12940995 or 4032826. OLE color: 4032826.
HSL color Cylindrical-coordinate representation of color #3A893D: hue angle of 122.28º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A893D is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 61 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.46 |
| HSL | 122.28º | 0.41% | 0.38% | - |
| HSV(B) | 122.28º | 0.58% | 0.54% | - |
| XYZ | 11.53 | 19.13 | 7.5 | - |
| YUV | 104.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 61 | 0.58 | 0 | 0.55 | 0.46 | 122.28 | 0.41 | 0.38 |
| Hex | 3A | 89 | 3D | 3A | 0 | 37 | 2E | 7A | 29 | 26 |
| Octal | 72 | 211 | 75 | 72 | 0 | 67 | 56 | 172 | 51 | 46 |
| Binary | 111010 | 10001001 | 111101 | 111010 | 0 | 110111 | 101110 | 1111010 | 101001 | 100110 |
Color Harmonies of #3A893D
Complementary color
Monochromatic Colors of #3A893D
Black with #3A893D
Text Example
Text Example
White with #3A893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A893D; }
p { color: rgb(58,137,61); }
H1.HeaderClassName
{
color: #3A893D;
}
.AnyTagClassName
{
color: #3A893D;
}
</style>
background-color css
<style>
a { background-color: #3A893D; }
a { background-color: rgb(58,137,61); }
div.DivClassName
{
background-color: #3A893D;
}
.BgClassName
{
background-color: #3A893D;
}
</style>
border-color css
<style>
span { border-color: #3A893D; }
span { border-color: rgb(58,137,61); }
td.TdClassName
{
border-color: #3A893D;
}
.TagClassName
{
border-color: #3A893D;
}
</style>