Shades of Japanese Laurel #37753B
Tints of Japanese Laurel #37753B
RGB
CMYK
RGB Variations
Color information
#37753B (or 0x37753B) is known color: Japanese Laurel. HEX triplet: 37, 75 and 3B. RGB value is (55,117,59). Sum of RGB (Red+Green+Blue) = 55+117+59=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #37753B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37753B is #C88AC4. Grayscale: #5C5C5C. Windows color (decimal): -13142725 or 3896631. OLE color: 3896631.
HSL color Cylindrical-coordinate representation of color #37753B: hue angle of 123.87º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37753B is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 117 | 59 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.54 |
| HSL | 123.87º | 0.36% | 0.34% | - |
| HSV(B) | 123.87º | 0.53% | 0.46% | - |
| XYZ | 8.73 | 13.85 | 6.35 | - |
| YUV | 91.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 117 | 59 | 0.53 | 0 | 0.50 | 0.54 | 123.87 | 0.36 | 0.34 |
| Hex | 37 | 75 | 3B | 35 | 0 | 32 | 36 | 7C | 24 | 22 |
| Octal | 67 | 165 | 73 | 65 | 0 | 62 | 66 | 174 | 44 | 42 |
| Binary | 110111 | 1110101 | 111011 | 110101 | 0 | 110010 | 110110 | 1111100 | 100100 | 100010 |
Color Harmonies of #37753B
Complementary color
Monochromatic Colors of #37753B
Black with #37753B
Text Example
Text Example
White with #37753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37753B; }
p { color: rgb(55,117,59); }
H1.HeaderClassName
{
color: #37753B;
}
.AnyTagClassName
{
color: #37753B;
}
</style>
background-color css
<style>
a { background-color: #37753B; }
a { background-color: rgb(55,117,59); }
div.DivClassName
{
background-color: #37753B;
}
.BgClassName
{
background-color: #37753B;
}
</style>
border-color css
<style>
span { border-color: #37753B; }
span { border-color: rgb(55,117,59); }
td.TdClassName
{
border-color: #37753B;
}
.TagClassName
{
border-color: #37753B;
}
</style>