Shades of Japanese Laurel #318B3D
Tints of Japanese Laurel #318B3D
RGB
CMYK
RGB Variations
Color information
#318B3D (or 0x318B3D) is known color: Japanese Laurel. HEX triplet: 31, 8B and 3D. RGB value is (49,139,61). Sum of RGB (Red+Green+Blue) = 49+139+61=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #318B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B3D is #CE74C2. Grayscale: #676767. Windows color (decimal): -13530307 or 4033329. OLE color: 4033329.
HSL color Cylindrical-coordinate representation of color #318B3D: hue angle of 128º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318B3D is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 139 | 61 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.45 |
| HSL | 128º | 0.48% | 0.37% | - |
| HSV(B) | 128º | 0.65% | 0.55% | - |
| XYZ | 11.34 | 19.46 | 7.57 | - |
| YUV | 103.2 | 104.18 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 61 | 0.65 | 0 | 0.56 | 0.45 | 128 | 0.48 | 0.37 |
| Hex | 31 | 8B | 3D | 41 | 0 | 38 | 2D | 80 | 30 | 25 |
| Octal | 61 | 213 | 75 | 101 | 0 | 70 | 55 | 200 | 60 | 45 |
| Binary | 110001 | 10001011 | 111101 | 1000001 | 0 | 111000 | 101101 | 10000000 | 110000 | 100101 |
Color Harmonies of #318B3D
Complementary color
Monochromatic Colors of #318B3D
Black with #318B3D
Text Example
Text Example
White with #318B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318B3D; }
p { color: rgb(49,139,61); }
H1.HeaderClassName
{
color: #318B3D;
}
.AnyTagClassName
{
color: #318B3D;
}
</style>
background-color css
<style>
a { background-color: #318B3D; }
a { background-color: rgb(49,139,61); }
div.DivClassName
{
background-color: #318B3D;
}
.BgClassName
{
background-color: #318B3D;
}
</style>
border-color css
<style>
span { border-color: #318B3D; }
span { border-color: rgb(49,139,61); }
td.TdClassName
{
border-color: #318B3D;
}
.TagClassName
{
border-color: #318B3D;
}
</style>