Shades of Japanese Laurel #378541
Tints of Japanese Laurel #378541
RGB
CMYK
RGB Variations
Color information
#378541 (or 0x378541) is known color: Japanese Laurel. HEX triplet: 37, 85 and 41. RGB value is (55,133,65). Sum of RGB (Red+Green+Blue) = 55+133+65=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #378541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378541 is #C87ABE. Grayscale: #666666. Windows color (decimal): -13138623 or 4293943. OLE color: 4293943.
HSL color Cylindrical-coordinate representation of color #378541: hue angle of 127.69º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378541 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 133 | 65 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.48 |
| HSL | 127.69º | 0.41% | 0.37% | - |
| HSV(B) | 127.69º | 0.59% | 0.52% | - |
| XYZ | 10.92 | 17.97 | 7.89 | - |
| YUV | 101.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 65 | 0.59 | 0 | 0.51 | 0.48 | 127.69 | 0.41 | 0.37 |
| Hex | 37 | 85 | 41 | 3B | 0 | 33 | 30 | 80 | 29 | 25 |
| Octal | 67 | 205 | 101 | 73 | 0 | 63 | 60 | 200 | 51 | 45 |
| Binary | 110111 | 10000101 | 1000001 | 111011 | 0 | 110011 | 110000 | 10000000 | 101001 | 100101 |
Color Harmonies of #378541
Complementary color
Monochromatic Colors of #378541
Black with #378541
Text Example
Text Example
White with #378541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378541; }
p { color: rgb(55,133,65); }
H1.HeaderClassName
{
color: #378541;
}
.AnyTagClassName
{
color: #378541;
}
</style>
background-color css
<style>
a { background-color: #378541; }
a { background-color: rgb(55,133,65); }
div.DivClassName
{
background-color: #378541;
}
.BgClassName
{
background-color: #378541;
}
</style>
border-color css
<style>
span { border-color: #378541; }
span { border-color: rgb(55,133,65); }
td.TdClassName
{
border-color: #378541;
}
.TagClassName
{
border-color: #378541;
}
</style>