Shades of Japanese Laurel #40793F
Tints of Japanese Laurel #40793F
RGB
CMYK
RGB Variations
Color information
#40793F (or 0x40793F) is known color: Japanese Laurel. HEX triplet: 40, 79 and 3F. RGB value is (64,121,63). Sum of RGB (Red+Green+Blue) = 64+121+63=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #40793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40793F is #BF86C0. Grayscale: #616161. Windows color (decimal): -12551873 or 4159808. OLE color: 4159808.
HSL color Cylindrical-coordinate representation of color #40793F: hue angle of 118.97º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40793F is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 121 | 63 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.53 |
| HSL | 118.97º | 0.32% | 0.36% | - |
| HSV(B) | 118.97º | 0.48% | 0.47% | - |
| XYZ | 9.85 | 15.12 | 7.1 | - |
| YUV | 97.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 63 | 0.47 | 0 | 0.48 | 0.53 | 118.97 | 0.32 | 0.36 |
| Hex | 40 | 79 | 3F | 2F | 0 | 30 | 35 | 77 | 20 | 24 |
| Octal | 100 | 171 | 77 | 57 | 0 | 60 | 65 | 167 | 40 | 44 |
| Binary | 1000000 | 1111001 | 111111 | 101111 | 0 | 110000 | 110101 | 1110111 | 100000 | 100100 |
Color Harmonies of #40793F
Complementary color
Monochromatic Colors of #40793F
Black with #40793F
Text Example
Text Example
White with #40793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40793F; }
p { color: rgb(64,121,63); }
H1.HeaderClassName
{
color: #40793F;
}
.AnyTagClassName
{
color: #40793F;
}
</style>
background-color css
<style>
a { background-color: #40793F; }
a { background-color: rgb(64,121,63); }
div.DivClassName
{
background-color: #40793F;
}
.BgClassName
{
background-color: #40793F;
}
</style>
border-color css
<style>
span { border-color: #40793F; }
span { border-color: rgb(64,121,63); }
td.TdClassName
{
border-color: #40793F;
}
.TagClassName
{
border-color: #40793F;
}
</style>