Shades of Japanese Laurel #377B30
Tints of Japanese Laurel #377B30
RGB
CMYK
RGB Variations
Color information
#377B30 (or 0x377B30) is known color: Japanese Laurel. HEX triplet: 37, 7B and 30. RGB value is (55,123,48). Sum of RGB (Red+Green+Blue) = 55+123+48=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #377B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B30 is #C884CF. Grayscale: #5E5E5E. Windows color (decimal): -13141200 or 3177271. OLE color: 3177271.
HSL color Cylindrical-coordinate representation of color #377B30: hue angle of 114.4º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #377B30 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 48 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.52 |
| HSL | 114.4º | 0.44% | 0.34% | - |
| HSV(B) | 114.4º | 0.61% | 0.48% | - |
| XYZ | 9.19 | 15.19 | 5.24 | - |
| YUV | 94.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 48 | 0.55 | 0 | 0.61 | 0.52 | 114.4 | 0.44 | 0.34 |
| Hex | 37 | 7B | 30 | 37 | 0 | 3D | 34 | 72 | 2C | 22 |
| Octal | 67 | 173 | 60 | 67 | 0 | 75 | 64 | 162 | 54 | 42 |
| Binary | 110111 | 1111011 | 110000 | 110111 | 0 | 111101 | 110100 | 1110010 | 101100 | 100010 |
Color Harmonies of #377B30
Complementary color
Monochromatic Colors of #377B30
Black with #377B30
Text Example
Text Example
White with #377B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B30; }
p { color: rgb(55,123,48); }
H1.HeaderClassName
{
color: #377B30;
}
.AnyTagClassName
{
color: #377B30;
}
</style>
background-color css
<style>
a { background-color: #377B30; }
a { background-color: rgb(55,123,48); }
div.DivClassName
{
background-color: #377B30;
}
.BgClassName
{
background-color: #377B30;
}
</style>
border-color css
<style>
span { border-color: #377B30; }
span { border-color: rgb(55,123,48); }
td.TdClassName
{
border-color: #377B30;
}
.TagClassName
{
border-color: #377B30;
}
</style>