Shades of Japanese Laurel #37813B
Tints of Japanese Laurel #37813B
RGB
CMYK
RGB Variations
Color information
#37813B (or 0x37813B) is known color: Japanese Laurel. HEX triplet: 37, 81 and 3B. RGB value is (55,129,59). Sum of RGB (Red+Green+Blue) = 55+129+59=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #37813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37813B is #C87EC4. Grayscale: #636363. Windows color (decimal): -13139653 or 3899703. OLE color: 3899703.
HSL color Cylindrical-coordinate representation of color #37813B: hue angle of 123.24º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37813B is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 59 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.49 |
| HSL | 123.24º | 0.4% | 0.36% | - |
| HSV(B) | 123.24º | 0.57% | 0.51% | - |
| XYZ | 10.22 | 16.83 | 6.85 | - |
| YUV | 98.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 59 | 0.57 | 0 | 0.54 | 0.49 | 123.24 | 0.4 | 0.36 |
| Hex | 37 | 81 | 3B | 39 | 0 | 36 | 31 | 7B | 28 | 24 |
| Octal | 67 | 201 | 73 | 71 | 0 | 66 | 61 | 173 | 50 | 44 |
| Binary | 110111 | 10000001 | 111011 | 111001 | 0 | 110110 | 110001 | 1111011 | 101000 | 100100 |
Color Harmonies of #37813B
Complementary color
Monochromatic Colors of #37813B
Black with #37813B
Text Example
Text Example
White with #37813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37813B; }
p { color: rgb(55,129,59); }
H1.HeaderClassName
{
color: #37813B;
}
.AnyTagClassName
{
color: #37813B;
}
</style>
background-color css
<style>
a { background-color: #37813B; }
a { background-color: rgb(55,129,59); }
div.DivClassName
{
background-color: #37813B;
}
.BgClassName
{
background-color: #37813B;
}
</style>
border-color css
<style>
span { border-color: #37813B; }
span { border-color: rgb(55,129,59); }
td.TdClassName
{
border-color: #37813B;
}
.TagClassName
{
border-color: #37813B;
}
</style>