Shades of Japanese Laurel #37833D
Tints of Japanese Laurel #37833D
RGB
CMYK
RGB Variations
Color information
#37833D (or 0x37833D) is known color: Japanese Laurel. HEX triplet: 37, 83 and 3D. RGB value is (55,131,61). Sum of RGB (Red+Green+Blue) = 55+131+61=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #37833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37833D is #C87CC2. Grayscale: #646464. Windows color (decimal): -13139139 or 4031287. OLE color: 4031287.
HSL color Cylindrical-coordinate representation of color #37833D: hue angle of 124.74º 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 #37833D is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 131 | 61 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.49 |
| HSL | 124.74º | 0.41% | 0.36% | - |
| HSV(B) | 124.74º | 0.58% | 0.51% | - |
| XYZ | 10.53 | 17.38 | 7.21 | - |
| YUV | 100.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 131 | 61 | 0.58 | 0 | 0.53 | 0.49 | 124.74 | 0.41 | 0.36 |
| Hex | 37 | 83 | 3D | 3A | 0 | 35 | 31 | 7D | 29 | 24 |
| Octal | 67 | 203 | 75 | 72 | 0 | 65 | 61 | 175 | 51 | 44 |
| Binary | 110111 | 10000011 | 111101 | 111010 | 0 | 110101 | 110001 | 1111101 | 101001 | 100100 |
Color Harmonies of #37833D
Complementary color
Monochromatic Colors of #37833D
Black with #37833D
Text Example
Text Example
White with #37833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37833D; }
p { color: rgb(55,131,61); }
H1.HeaderClassName
{
color: #37833D;
}
.AnyTagClassName
{
color: #37833D;
}
</style>
background-color css
<style>
a { background-color: #37833D; }
a { background-color: rgb(55,131,61); }
div.DivClassName
{
background-color: #37833D;
}
.BgClassName
{
background-color: #37833D;
}
</style>
border-color css
<style>
span { border-color: #37833D; }
span { border-color: rgb(55,131,61); }
td.TdClassName
{
border-color: #37833D;
}
.TagClassName
{
border-color: #37833D;
}
</style>