Shades of Japanese Laurel #3D883D
Tints of Japanese Laurel #3D883D
RGB
CMYK
RGB Variations
Color information
#3D883D (or 0x3D883D) is known color: Japanese Laurel. HEX triplet: 3D, 88 and 3D. RGB value is (61,136,61). Sum of RGB (Red+Green+Blue) = 61+136+61=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #3D883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D883D is #C277C2. Grayscale: #696969. Windows color (decimal): -12744643 or 4032573. OLE color: 4032573.
HSL color Cylindrical-coordinate representation of color #3D883D: hue angle of 120º 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 #3D883D is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 61 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.47 |
| HSL | 120º | 0.38% | 0.39% | - |
| HSV(B) | 120º | 0.55% | 0.53% | - |
| XYZ | 11.57 | 18.94 | 7.46 | - |
| YUV | 105.03 | 103.15 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 61 | 0.55 | 0 | 0.55 | 0.47 | 120 | 0.38 | 0.39 |
| Hex | 3D | 88 | 3D | 37 | 0 | 37 | 2F | 78 | 26 | 27 |
| Octal | 75 | 210 | 75 | 67 | 0 | 67 | 57 | 170 | 46 | 47 |
| Binary | 111101 | 10001000 | 111101 | 110111 | 0 | 110111 | 101111 | 1111000 | 100110 | 100111 |
Color Harmonies of #3D883D
Complementary color
Monochromatic Colors of #3D883D
Black with #3D883D
Text Example
Text Example
White with #3D883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D883D; }
p { color: rgb(61,136,61); }
H1.HeaderClassName
{
color: #3D883D;
}
.AnyTagClassName
{
color: #3D883D;
}
</style>
background-color css
<style>
a { background-color: #3D883D; }
a { background-color: rgb(61,136,61); }
div.DivClassName
{
background-color: #3D883D;
}
.BgClassName
{
background-color: #3D883D;
}
</style>
border-color css
<style>
span { border-color: #3D883D; }
span { border-color: rgb(61,136,61); }
td.TdClassName
{
border-color: #3D883D;
}
.TagClassName
{
border-color: #3D883D;
}
</style>