Shades of Japanese Laurel #37733D
Tints of Japanese Laurel #37733D
RGB
CMYK
RGB Variations
Color information
#37733D (or 0x37733D) is known color: Japanese Laurel. HEX triplet: 37, 73 and 3D. RGB value is (55,115,61). Sum of RGB (Red+Green+Blue) = 55+115+61=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #37733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37733D is #C88CC2. Grayscale: #5B5B5B. Windows color (decimal): -13143235 or 4027191. OLE color: 4027191.
HSL color Cylindrical-coordinate representation of color #37733D: hue angle of 126º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37733D is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 115 | 61 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.55 |
| HSL | 126º | 0.35% | 0.33% | - |
| HSV(B) | 126º | 0.52% | 0.45% | - |
| XYZ | 8.55 | 13.41 | 6.55 | - |
| YUV | 90.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 61 | 0.52 | 0 | 0.47 | 0.55 | 126 | 0.35 | 0.33 |
| Hex | 37 | 73 | 3D | 34 | 0 | 2F | 37 | 7E | 23 | 21 |
| Octal | 67 | 163 | 75 | 64 | 0 | 57 | 67 | 176 | 43 | 41 |
| Binary | 110111 | 1110011 | 111101 | 110100 | 0 | 101111 | 110111 | 1111110 | 100011 | 100001 |
Color Harmonies of #37733D
Complementary color
Monochromatic Colors of #37733D
Black with #37733D
Text Example
Text Example
White with #37733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37733D; }
p { color: rgb(55,115,61); }
H1.HeaderClassName
{
color: #37733D;
}
.AnyTagClassName
{
color: #37733D;
}
</style>
background-color css
<style>
a { background-color: #37733D; }
a { background-color: rgb(55,115,61); }
div.DivClassName
{
background-color: #37733D;
}
.BgClassName
{
background-color: #37733D;
}
</style>
border-color css
<style>
span { border-color: #37733D; }
span { border-color: rgb(55,115,61); }
td.TdClassName
{
border-color: #37733D;
}
.TagClassName
{
border-color: #37733D;
}
</style>