Shades of Japanese Laurel #378841
Tints of Japanese Laurel #378841
RGB
CMYK
RGB Variations
Color information
#378841 (or 0x378841) is known color: Japanese Laurel. HEX triplet: 37, 88 and 41. RGB value is (55,136,65). Sum of RGB (Red+Green+Blue) = 55+136+65=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #378841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378841 is #C877BE. Grayscale: #676767. Windows color (decimal): -13137855 or 4294711. OLE color: 4294711.
HSL color Cylindrical-coordinate representation of color #378841: hue angle of 127.41º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378841 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 136 | 65 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.47 |
| HSL | 127.41º | 0.42% | 0.37% | - |
| HSV(B) | 127.41º | 0.6% | 0.53% | - |
| XYZ | 11.33 | 18.8 | 8.03 | - |
| YUV | 103.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 65 | 0.60 | 0 | 0.52 | 0.47 | 127.41 | 0.42 | 0.37 |
| Hex | 37 | 88 | 41 | 3C | 0 | 34 | 2F | 7F | 2A | 25 |
| Octal | 67 | 210 | 101 | 74 | 0 | 64 | 57 | 177 | 52 | 45 |
| Binary | 110111 | 10001000 | 1000001 | 111100 | 0 | 110100 | 101111 | 1111111 | 101010 | 100101 |
Color Harmonies of #378841
Complementary color
Monochromatic Colors of #378841
Black with #378841
Text Example
Text Example
White with #378841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378841; }
p { color: rgb(55,136,65); }
H1.HeaderClassName
{
color: #378841;
}
.AnyTagClassName
{
color: #378841;
}
</style>
background-color css
<style>
a { background-color: #378841; }
a { background-color: rgb(55,136,65); }
div.DivClassName
{
background-color: #378841;
}
.BgClassName
{
background-color: #378841;
}
</style>
border-color css
<style>
span { border-color: #378841; }
span { border-color: rgb(55,136,65); }
td.TdClassName
{
border-color: #378841;
}
.TagClassName
{
border-color: #378841;
}
</style>