Shades of Japanese Laurel #3D8840
Tints of Japanese Laurel #3D8840
RGB
CMYK
RGB Variations
Color information
#3D8840 (or 0x3D8840) is known color: Japanese Laurel. HEX triplet: 3D, 88 and 40. RGB value is (61,136,64). Sum of RGB (Red+Green+Blue) = 61+136+64=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8840 is #C277BF. Grayscale: #696969. Windows color (decimal): -12744640 or 4229181. OLE color: 4229181.
HSL color Cylindrical-coordinate representation of color #3D8840: hue angle of 122.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8840 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 64 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.47 |
| HSL | 122.4º | 0.38% | 0.39% | - |
| HSV(B) | 122.4º | 0.55% | 0.53% | - |
| XYZ | 11.65 | 18.97 | 7.9 | - |
| YUV | 105.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 64 | 0.55 | 0 | 0.53 | 0.47 | 122.4 | 0.38 | 0.39 |
| Hex | 3D | 88 | 40 | 37 | 0 | 35 | 2F | 7A | 26 | 27 |
| Octal | 75 | 210 | 100 | 67 | 0 | 65 | 57 | 172 | 46 | 47 |
| Binary | 111101 | 10001000 | 1000000 | 110111 | 0 | 110101 | 101111 | 1111010 | 100110 | 100111 |
Color Harmonies of #3D8840
Complementary color
Monochromatic Colors of #3D8840
Black with #3D8840
Text Example
Text Example
White with #3D8840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8840; }
p { color: rgb(61,136,64); }
H1.HeaderClassName
{
color: #3D8840;
}
.AnyTagClassName
{
color: #3D8840;
}
</style>
background-color css
<style>
a { background-color: #3D8840; }
a { background-color: rgb(61,136,64); }
div.DivClassName
{
background-color: #3D8840;
}
.BgClassName
{
background-color: #3D8840;
}
</style>
border-color css
<style>
span { border-color: #3D8840; }
span { border-color: rgb(61,136,64); }
td.TdClassName
{
border-color: #3D8840;
}
.TagClassName
{
border-color: #3D8840;
}
</style>