Shades of Japanese Laurel #377C30
Tints of Japanese Laurel #377C30
RGB
CMYK
RGB Variations
Color information
#377C30 (or 0x377C30) is known color: Japanese Laurel. HEX triplet: 37, 7C and 30. RGB value is (55,124,48). Sum of RGB (Red+Green+Blue) = 55+124+48=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #377C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377C30 is #C883CF. Grayscale: #5E5E5E. Windows color (decimal): -13140944 or 3177527. OLE color: 3177527.
HSL color Cylindrical-coordinate representation of color #377C30: hue angle of 114.47º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #377C30 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 124 | 48 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.51 |
| HSL | 114.47º | 0.44% | 0.34% | - |
| HSV(B) | 114.47º | 0.61% | 0.49% | - |
| XYZ | 9.32 | 15.44 | 5.29 | - |
| YUV | 94.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 48 | 0.56 | 0 | 0.61 | 0.51 | 114.47 | 0.44 | 0.34 |
| Hex | 37 | 7C | 30 | 38 | 0 | 3D | 33 | 72 | 2C | 22 |
| Octal | 67 | 174 | 60 | 70 | 0 | 75 | 63 | 162 | 54 | 42 |
| Binary | 110111 | 1111100 | 110000 | 111000 | 0 | 111101 | 110011 | 1110010 | 101100 | 100010 |
Color Harmonies of #377C30
Complementary color
Monochromatic Colors of #377C30
Black with #377C30
Text Example
Text Example
White with #377C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C30; }
p { color: rgb(55,124,48); }
H1.HeaderClassName
{
color: #377C30;
}
.AnyTagClassName
{
color: #377C30;
}
</style>
background-color css
<style>
a { background-color: #377C30; }
a { background-color: rgb(55,124,48); }
div.DivClassName
{
background-color: #377C30;
}
.BgClassName
{
background-color: #377C30;
}
</style>
border-color css
<style>
span { border-color: #377C30; }
span { border-color: rgb(55,124,48); }
td.TdClassName
{
border-color: #377C30;
}
.TagClassName
{
border-color: #377C30;
}
</style>