Shades of Japanese Laurel #377633
Tints of Japanese Laurel #377633
RGB
CMYK
RGB Variations
Color information
#377633 (or 0x377633) is known color: Japanese Laurel. HEX triplet: 37, 76 and 33. RGB value is (55,118,51). Sum of RGB (Red+Green+Blue) = 55+118+51=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #377633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377633 is #C889CC. Grayscale: #5B5B5B. Windows color (decimal): -13142477 or 3372599. OLE color: 3372599.
HSL color Cylindrical-coordinate representation of color #377633: hue angle of 116.42º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377633 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 51 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.54 |
| HSL | 116.42º | 0.4% | 0.33% | - |
| HSV(B) | 116.42º | 0.57% | 0.46% | - |
| XYZ | 8.65 | 14.01 | 5.38 | - |
| YUV | 91.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 51 | 0.53 | 0 | 0.57 | 0.54 | 116.42 | 0.4 | 0.33 |
| Hex | 37 | 76 | 33 | 35 | 0 | 39 | 36 | 74 | 28 | 21 |
| Octal | 67 | 166 | 63 | 65 | 0 | 71 | 66 | 164 | 50 | 41 |
| Binary | 110111 | 1110110 | 110011 | 110101 | 0 | 111001 | 110110 | 1110100 | 101000 | 100001 |
Color Harmonies of #377633
Complementary color
Monochromatic Colors of #377633
Black with #377633
Text Example
Text Example
White with #377633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377633; }
p { color: rgb(55,118,51); }
H1.HeaderClassName
{
color: #377633;
}
.AnyTagClassName
{
color: #377633;
}
</style>
background-color css
<style>
a { background-color: #377633; }
a { background-color: rgb(55,118,51); }
div.DivClassName
{
background-color: #377633;
}
.BgClassName
{
background-color: #377633;
}
</style>
border-color css
<style>
span { border-color: #377633; }
span { border-color: rgb(55,118,51); }
td.TdClassName
{
border-color: #377633;
}
.TagClassName
{
border-color: #377633;
}
</style>