Shades of Japanese Laurel #378441
Tints of Japanese Laurel #378441
RGB
CMYK
RGB Variations
Color information
#378441 (or 0x378441) is known color: Japanese Laurel. HEX triplet: 37, 84 and 41. RGB value is (55,132,65). Sum of RGB (Red+Green+Blue) = 55+132+65=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #378441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378441 is #C87BBE. Grayscale: #656565. Windows color (decimal): -13138879 or 4293687. OLE color: 4293687.
HSL color Cylindrical-coordinate representation of color #378441: hue angle of 127.79º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378441 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 132 | 65 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.48 |
| HSL | 127.79º | 0.41% | 0.37% | - |
| HSV(B) | 127.79º | 0.58% | 0.52% | - |
| XYZ | 10.78 | 17.7 | 7.85 | - |
| YUV | 101.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 65 | 0.58 | 0 | 0.51 | 0.48 | 127.79 | 0.41 | 0.37 |
| Hex | 37 | 84 | 41 | 3A | 0 | 33 | 30 | 80 | 29 | 25 |
| Octal | 67 | 204 | 101 | 72 | 0 | 63 | 60 | 200 | 51 | 45 |
| Binary | 110111 | 10000100 | 1000001 | 111010 | 0 | 110011 | 110000 | 10000000 | 101001 | 100101 |
Color Harmonies of #378441
Complementary color
Monochromatic Colors of #378441
Black with #378441
Text Example
Text Example
White with #378441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378441; }
p { color: rgb(55,132,65); }
H1.HeaderClassName
{
color: #378441;
}
.AnyTagClassName
{
color: #378441;
}
</style>
background-color css
<style>
a { background-color: #378441; }
a { background-color: rgb(55,132,65); }
div.DivClassName
{
background-color: #378441;
}
.BgClassName
{
background-color: #378441;
}
</style>
border-color css
<style>
span { border-color: #378441; }
span { border-color: rgb(55,132,65); }
td.TdClassName
{
border-color: #378441;
}
.TagClassName
{
border-color: #378441;
}
</style>