Shades of Japanese Laurel #37823D
Tints of Japanese Laurel #37823D
RGB
CMYK
RGB Variations
Color information
#37823D (or 0x37823D) is known color: Japanese Laurel. HEX triplet: 37, 82 and 3D. RGB value is (55,130,61). Sum of RGB (Red+Green+Blue) = 55+130+61=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #37823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37823D is #C87DC2. Grayscale: #636363. Windows color (decimal): -13139395 or 4031031. OLE color: 4031031.
HSL color Cylindrical-coordinate representation of color #37823D: hue angle of 124.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37823D is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 130 | 61 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.49 |
| HSL | 124.8º | 0.41% | 0.36% | - |
| HSV(B) | 124.8º | 0.58% | 0.51% | - |
| XYZ | 10.4 | 17.11 | 7.17 | - |
| YUV | 99.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 61 | 0.58 | 0 | 0.53 | 0.49 | 124.8 | 0.41 | 0.36 |
| Hex | 37 | 82 | 3D | 3A | 0 | 35 | 31 | 7D | 29 | 24 |
| Octal | 67 | 202 | 75 | 72 | 0 | 65 | 61 | 175 | 51 | 44 |
| Binary | 110111 | 10000010 | 111101 | 111010 | 0 | 110101 | 110001 | 1111101 | 101001 | 100100 |
Color Harmonies of #37823D
Complementary color
Monochromatic Colors of #37823D
Black with #37823D
Text Example
Text Example
White with #37823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37823D; }
p { color: rgb(55,130,61); }
H1.HeaderClassName
{
color: #37823D;
}
.AnyTagClassName
{
color: #37823D;
}
</style>
background-color css
<style>
a { background-color: #37823D; }
a { background-color: rgb(55,130,61); }
div.DivClassName
{
background-color: #37823D;
}
.BgClassName
{
background-color: #37823D;
}
</style>
border-color css
<style>
span { border-color: #37823D; }
span { border-color: rgb(55,130,61); }
td.TdClassName
{
border-color: #37823D;
}
.TagClassName
{
border-color: #37823D;
}
</style>