Shades of Japanese Laurel #318A36
Tints of Japanese Laurel #318A36
RGB
CMYK
RGB Variations
Color information
#318A36 (or 0x318A36) is known color: Japanese Laurel. HEX triplet: 31, 8A and 36. RGB value is (49,138,54). Sum of RGB (Red+Green+Blue) = 49+138+54=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #318A36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318A36 is #CE75C9. Grayscale: #666666. Windows color (decimal): -13530570 or 3574321. OLE color: 3574321.
HSL color Cylindrical-coordinate representation of color #318A36: hue angle of 123.37º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318A36 is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 138 | 54 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.46 |
| HSL | 123.37º | 0.48% | 0.37% | - |
| HSV(B) | 123.37º | 0.64% | 0.54% | - |
| XYZ | 11.02 | 19.1 | 6.6 | - |
| YUV | 101.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 54 | 0.64 | 0 | 0.61 | 0.46 | 123.37 | 0.48 | 0.37 |
| Hex | 31 | 8A | 36 | 40 | 0 | 3D | 2E | 7B | 30 | 25 |
| Octal | 61 | 212 | 66 | 100 | 0 | 75 | 56 | 173 | 60 | 45 |
| Binary | 110001 | 10001010 | 110110 | 1000000 | 0 | 111101 | 101110 | 1111011 | 110000 | 100101 |
Color Harmonies of #318A36
Complementary color
Monochromatic Colors of #318A36
Black with #318A36
Text Example
Text Example
White with #318A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318A36; }
p { color: rgb(49,138,54); }
H1.HeaderClassName
{
color: #318A36;
}
.AnyTagClassName
{
color: #318A36;
}
</style>
background-color css
<style>
a { background-color: #318A36; }
a { background-color: rgb(49,138,54); }
div.DivClassName
{
background-color: #318A36;
}
.BgClassName
{
background-color: #318A36;
}
</style>
border-color css
<style>
span { border-color: #318A36; }
span { border-color: rgb(49,138,54); }
td.TdClassName
{
border-color: #318A36;
}
.TagClassName
{
border-color: #318A36;
}
</style>