Shades of Japanese Laurel #378D36
Tints of Japanese Laurel #378D36
RGB
CMYK
RGB Variations
Color information
#378D36 (or 0x378D36) is known color: Japanese Laurel. HEX triplet: 37, 8D and 36. RGB value is (55,141,54). Sum of RGB (Red+Green+Blue) = 55+141+54=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #378D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378D36 is #C872C9. Grayscale: #696969. Windows color (decimal): -13136586 or 3575095. OLE color: 3575095.
HSL color Cylindrical-coordinate representation of color #378D36: hue angle of 119.31º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378D36 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 54 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.45 |
| HSL | 119.31º | 0.45% | 0.38% | - |
| HSV(B) | 119.31º | 0.62% | 0.55% | - |
| XYZ | 11.77 | 20.13 | 6.76 | - |
| YUV | 105.37 | 99.01 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 54 | 0.61 | 0 | 0.62 | 0.45 | 119.31 | 0.45 | 0.38 |
| Hex | 37 | 8D | 36 | 3D | 0 | 3E | 2D | 77 | 2D | 26 |
| Octal | 67 | 215 | 66 | 75 | 0 | 76 | 55 | 167 | 55 | 46 |
| Binary | 110111 | 10001101 | 110110 | 111101 | 0 | 111110 | 101101 | 1110111 | 101101 | 100110 |
Color Harmonies of #378D36
Complementary color
Monochromatic Colors of #378D36
Black with #378D36
Text Example
Text Example
White with #378D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D36; }
p { color: rgb(55,141,54); }
H1.HeaderClassName
{
color: #378D36;
}
.AnyTagClassName
{
color: #378D36;
}
</style>
background-color css
<style>
a { background-color: #378D36; }
a { background-color: rgb(55,141,54); }
div.DivClassName
{
background-color: #378D36;
}
.BgClassName
{
background-color: #378D36;
}
</style>
border-color css
<style>
span { border-color: #378D36; }
span { border-color: rgb(55,141,54); }
td.TdClassName
{
border-color: #378D36;
}
.TagClassName
{
border-color: #378D36;
}
</style>