Shades of Japanese Laurel #377D3C
Tints of Japanese Laurel #377D3C
RGB
CMYK
RGB Variations
Color information
#377D3C (or 0x377D3C) is known color: Japanese Laurel. HEX triplet: 37, 7D and 3C. RGB value is (55,125,60). Sum of RGB (Red+Green+Blue) = 55+125+60=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #377D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377D3C is #C882C3. Grayscale: #606060. Windows color (decimal): -13140676 or 3964215. OLE color: 3964215.
HSL color Cylindrical-coordinate representation of color #377D3C: hue angle of 124.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D3C is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 125 | 60 | - |
| CMYK | 0.56 | 0 | 0.52 | 0.51 |
| HSL | 124.29º | 0.39% | 0.35% | - |
| HSV(B) | 124.29º | 0.56% | 0.49% | - |
| XYZ | 9.72 | 15.81 | 6.81 | - |
| YUV | 96.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 60 | 0.56 | 0 | 0.52 | 0.51 | 124.29 | 0.39 | 0.35 |
| Hex | 37 | 7D | 3C | 38 | 0 | 34 | 33 | 7C | 27 | 23 |
| Octal | 67 | 175 | 74 | 70 | 0 | 64 | 63 | 174 | 47 | 43 |
| Binary | 110111 | 1111101 | 111100 | 111000 | 0 | 110100 | 110011 | 1111100 | 100111 | 100011 |
Color Harmonies of #377D3C
Complementary color
Monochromatic Colors of #377D3C
Black with #377D3C
Text Example
Text Example
White with #377D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D3C; }
p { color: rgb(55,125,60); }
H1.HeaderClassName
{
color: #377D3C;
}
.AnyTagClassName
{
color: #377D3C;
}
</style>
background-color css
<style>
a { background-color: #377D3C; }
a { background-color: rgb(55,125,60); }
div.DivClassName
{
background-color: #377D3C;
}
.BgClassName
{
background-color: #377D3C;
}
</style>
border-color css
<style>
span { border-color: #377D3C; }
span { border-color: rgb(55,125,60); }
td.TdClassName
{
border-color: #377D3C;
}
.TagClassName
{
border-color: #377D3C;
}
</style>