Shades of Japanese Laurel #377B33
Tints of Japanese Laurel #377B33
RGB
CMYK
RGB Variations
Color information
#377B33 (or 0x377B33) is known color: Japanese Laurel. HEX triplet: 37, 7B and 33. RGB value is (55,123,51). Sum of RGB (Red+Green+Blue) = 55+123+51=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #377B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B33 is #C884CC. Grayscale: #5E5E5E. Windows color (decimal): -13141197 or 3373879. OLE color: 3373879.
HSL color Cylindrical-coordinate representation of color #377B33: hue angle of 116.67º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377B33 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 51 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.52 |
| HSL | 116.67º | 0.41% | 0.34% | - |
| HSV(B) | 116.67º | 0.59% | 0.48% | - |
| XYZ | 9.26 | 15.22 | 5.58 | - |
| YUV | 94.46 | 103.47 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 51 | 0.55 | 0 | 0.59 | 0.52 | 116.67 | 0.41 | 0.34 |
| Hex | 37 | 7B | 33 | 37 | 0 | 3B | 34 | 75 | 29 | 22 |
| Octal | 67 | 173 | 63 | 67 | 0 | 73 | 64 | 165 | 51 | 42 |
| Binary | 110111 | 1111011 | 110011 | 110111 | 0 | 111011 | 110100 | 1110101 | 101001 | 100010 |
Color Harmonies of #377B33
Complementary color
Monochromatic Colors of #377B33
Black with #377B33
Text Example
Text Example
White with #377B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B33; }
p { color: rgb(55,123,51); }
H1.HeaderClassName
{
color: #377B33;
}
.AnyTagClassName
{
color: #377B33;
}
</style>
background-color css
<style>
a { background-color: #377B33; }
a { background-color: rgb(55,123,51); }
div.DivClassName
{
background-color: #377B33;
}
.BgClassName
{
background-color: #377B33;
}
</style>
border-color css
<style>
span { border-color: #377B33; }
span { border-color: rgb(55,123,51); }
td.TdClassName
{
border-color: #377B33;
}
.TagClassName
{
border-color: #377B33;
}
</style>