Shades of Japanese Laurel #3A763D
Tints of Japanese Laurel #3A763D
RGB
CMYK
RGB Variations
Color information
#3A763D (or 0x3A763D) is known color: Japanese Laurel. HEX triplet: 3A, 76 and 3D. RGB value is (58,118,61). Sum of RGB (Red+Green+Blue) = 58+118+61=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #3A763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A763D is #C589C2. Grayscale: #5D5D5D. Windows color (decimal): -12945859 or 4027962. OLE color: 4027962.
HSL color Cylindrical-coordinate representation of color #3A763D: hue angle of 123º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A763D is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 118 | 61 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.54 |
| HSL | 123º | 0.34% | 0.35% | - |
| HSV(B) | 123º | 0.51% | 0.46% | - |
| XYZ | 9.07 | 14.19 | 6.68 | - |
| YUV | 93.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 118 | 61 | 0.51 | 0 | 0.48 | 0.54 | 123 | 0.34 | 0.35 |
| Hex | 3A | 76 | 3D | 33 | 0 | 30 | 36 | 7B | 22 | 23 |
| Octal | 72 | 166 | 75 | 63 | 0 | 60 | 66 | 173 | 42 | 43 |
| Binary | 111010 | 1110110 | 111101 | 110011 | 0 | 110000 | 110110 | 1111011 | 100010 | 100011 |
Color Harmonies of #3A763D
Complementary color
Monochromatic Colors of #3A763D
Black with #3A763D
Text Example
Text Example
White with #3A763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A763D; }
p { color: rgb(58,118,61); }
H1.HeaderClassName
{
color: #3A763D;
}
.AnyTagClassName
{
color: #3A763D;
}
</style>
background-color css
<style>
a { background-color: #3A763D; }
a { background-color: rgb(58,118,61); }
div.DivClassName
{
background-color: #3A763D;
}
.BgClassName
{
background-color: #3A763D;
}
</style>
border-color css
<style>
span { border-color: #3A763D; }
span { border-color: rgb(58,118,61); }
td.TdClassName
{
border-color: #3A763D;
}
.TagClassName
{
border-color: #3A763D;
}
</style>