Shades of Japanese Laurel #378A40
Tints of Japanese Laurel #378A40
RGB
CMYK
RGB Variations
Color information
#378A40 (or 0x378A40) is known color: Japanese Laurel. HEX triplet: 37, 8A and 40. RGB value is (55,138,64). Sum of RGB (Red+Green+Blue) = 55+138+64=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #378A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378A40 is #C875BF. Grayscale: #686868. Windows color (decimal): -13137344 or 4229687. OLE color: 4229687.
HSL color Cylindrical-coordinate representation of color #378A40: hue angle of 126.51º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378A40 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 138 | 64 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.46 |
| HSL | 126.51º | 0.43% | 0.38% | - |
| HSV(B) | 126.51º | 0.6% | 0.54% | - |
| XYZ | 11.59 | 19.36 | 7.98 | - |
| YUV | 104.75 | 105 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 64 | 0.60 | 0 | 0.54 | 0.46 | 126.51 | 0.43 | 0.38 |
| Hex | 37 | 8A | 40 | 3C | 0 | 36 | 2E | 7F | 2B | 26 |
| Octal | 67 | 212 | 100 | 74 | 0 | 66 | 56 | 177 | 53 | 46 |
| Binary | 110111 | 10001010 | 1000000 | 111100 | 0 | 110110 | 101110 | 1111111 | 101011 | 100110 |
Color Harmonies of #378A40
Complementary color
Monochromatic Colors of #378A40
Black with #378A40
Text Example
Text Example
White with #378A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378A40; }
p { color: rgb(55,138,64); }
H1.HeaderClassName
{
color: #378A40;
}
.AnyTagClassName
{
color: #378A40;
}
</style>
background-color css
<style>
a { background-color: #378A40; }
a { background-color: rgb(55,138,64); }
div.DivClassName
{
background-color: #378A40;
}
.BgClassName
{
background-color: #378A40;
}
</style>
border-color css
<style>
span { border-color: #378A40; }
span { border-color: rgb(55,138,64); }
td.TdClassName
{
border-color: #378A40;
}
.TagClassName
{
border-color: #378A40;
}
</style>