Shades of Japanese Laurel #37923D
Tints of Japanese Laurel #37923D
RGB
CMYK
RGB Variations
Color information
#37923D (or 0x37923D) is known color: Japanese Laurel. HEX triplet: 37, 92 and 3D. RGB value is (55,146,61). Sum of RGB (Red+Green+Blue) = 55+146+61=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #37923D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37923D is #C86DC2. Grayscale: #6D6D6D. Windows color (decimal): -13135299 or 4035127. OLE color: 4035127.
HSL color Cylindrical-coordinate representation of color #37923D: hue angle of 123.96º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37923D is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 146 | 61 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.43 |
| HSL | 123.96º | 0.45% | 0.39% | - |
| HSV(B) | 123.96º | 0.62% | 0.57% | - |
| XYZ | 12.7 | 21.71 | 7.94 | - |
| YUV | 109.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 146 | 61 | 0.62 | 0 | 0.58 | 0.43 | 123.96 | 0.45 | 0.39 |
| Hex | 37 | 92 | 3D | 3E | 0 | 3A | 2B | 7C | 2D | 27 |
| Octal | 67 | 222 | 75 | 76 | 0 | 72 | 53 | 174 | 55 | 47 |
| Binary | 110111 | 10010010 | 111101 | 111110 | 0 | 111010 | 101011 | 1111100 | 101101 | 100111 |
Color Harmonies of #37923D
Complementary color
Monochromatic Colors of #37923D
Black with #37923D
Text Example
Text Example
White with #37923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37923D; }
p { color: rgb(55,146,61); }
H1.HeaderClassName
{
color: #37923D;
}
.AnyTagClassName
{
color: #37923D;
}
</style>
background-color css
<style>
a { background-color: #37923D; }
a { background-color: rgb(55,146,61); }
div.DivClassName
{
background-color: #37923D;
}
.BgClassName
{
background-color: #37923D;
}
</style>
border-color css
<style>
span { border-color: #37923D; }
span { border-color: rgb(55,146,61); }
td.TdClassName
{
border-color: #37923D;
}
.TagClassName
{
border-color: #37923D;
}
</style>