Shades of Japanese Laurel #40773D
Tints of Japanese Laurel #40773D
RGB
CMYK
RGB Variations
Color information
#40773D (or 0x40773D) is known color: Japanese Laurel. HEX triplet: 40, 77 and 3D. RGB value is (64,119,61). Sum of RGB (Red+Green+Blue) = 64+119+61=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #40773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40773D is #BF88C2. Grayscale: #606060. Windows color (decimal): -12552387 or 4028224. OLE color: 4028224.
HSL color Cylindrical-coordinate representation of color #40773D: hue angle of 116.9º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40773D is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 119 | 61 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.53 |
| HSL | 116.9º | 0.32% | 0.35% | - |
| HSV(B) | 116.9º | 0.49% | 0.47% | - |
| XYZ | 9.55 | 14.62 | 6.73 | - |
| YUV | 95.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 61 | 0.46 | 0 | 0.49 | 0.53 | 116.9 | 0.32 | 0.35 |
| Hex | 40 | 77 | 3D | 2E | 0 | 31 | 35 | 75 | 20 | 23 |
| Octal | 100 | 167 | 75 | 56 | 0 | 61 | 65 | 165 | 40 | 43 |
| Binary | 1000000 | 1110111 | 111101 | 101110 | 0 | 110001 | 110101 | 1110101 | 100000 | 100011 |
Color Harmonies of #40773D
Complementary color
Monochromatic Colors of #40773D
Black with #40773D
Text Example
Text Example
White with #40773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40773D; }
p { color: rgb(64,119,61); }
H1.HeaderClassName
{
color: #40773D;
}
.AnyTagClassName
{
color: #40773D;
}
</style>
background-color css
<style>
a { background-color: #40773D; }
a { background-color: rgb(64,119,61); }
div.DivClassName
{
background-color: #40773D;
}
.BgClassName
{
background-color: #40773D;
}
</style>
border-color css
<style>
span { border-color: #40773D; }
span { border-color: rgb(64,119,61); }
td.TdClassName
{
border-color: #40773D;
}
.TagClassName
{
border-color: #40773D;
}
</style>