Shades of Japanese Laurel #377B3C
Tints of Japanese Laurel #377B3C
RGB
CMYK
RGB Variations
Color information
#377B3C (or 0x377B3C) is known color: Japanese Laurel. HEX triplet: 37, 7B and 3C. RGB value is (55,123,60). Sum of RGB (Red+Green+Blue) = 55+123+60=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #377B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B3C is #C884C3. Grayscale: #5F5F5F. Windows color (decimal): -13141188 or 3963703. OLE color: 3963703.
HSL color Cylindrical-coordinate representation of color #377B3C: hue angle of 124.41º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B3C is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 60 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.52 |
| HSL | 124.41º | 0.38% | 0.35% | - |
| HSV(B) | 124.41º | 0.55% | 0.48% | - |
| XYZ | 9.47 | 15.3 | 6.73 | - |
| YUV | 95.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 60 | 0.55 | 0 | 0.51 | 0.52 | 124.41 | 0.38 | 0.35 |
| Hex | 37 | 7B | 3C | 37 | 0 | 33 | 34 | 7C | 26 | 23 |
| Octal | 67 | 173 | 74 | 67 | 0 | 63 | 64 | 174 | 46 | 43 |
| Binary | 110111 | 1111011 | 111100 | 110111 | 0 | 110011 | 110100 | 1111100 | 100110 | 100011 |
Color Harmonies of #377B3C
Complementary color
Monochromatic Colors of #377B3C
Black with #377B3C
Text Example
Text Example
White with #377B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B3C; }
p { color: rgb(55,123,60); }
H1.HeaderClassName
{
color: #377B3C;
}
.AnyTagClassName
{
color: #377B3C;
}
</style>
background-color css
<style>
a { background-color: #377B3C; }
a { background-color: rgb(55,123,60); }
div.DivClassName
{
background-color: #377B3C;
}
.BgClassName
{
background-color: #377B3C;
}
</style>
border-color css
<style>
span { border-color: #377B3C; }
span { border-color: rgb(55,123,60); }
td.TdClassName
{
border-color: #377B3C;
}
.TagClassName
{
border-color: #377B3C;
}
</style>