Shades of Japanese Laurel #378133
Tints of Japanese Laurel #378133
RGB
CMYK
RGB Variations
Color information
#378133 (or 0x378133) is known color: Japanese Laurel. HEX triplet: 37, 81 and 33. RGB value is (55,129,51). Sum of RGB (Red+Green+Blue) = 55+129+51=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #378133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378133 is #C87ECC. Grayscale: #626262. Windows color (decimal): -13139661 or 3375415. OLE color: 3375415.
HSL color Cylindrical-coordinate representation of color #378133: hue angle of 116.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378133 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 51 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.49 |
| HSL | 116.92º | 0.43% | 0.35% | - |
| HSV(B) | 116.92º | 0.6% | 0.51% | - |
| XYZ | 10.02 | 16.75 | 5.84 | - |
| YUV | 97.98 | 101.48 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 51 | 0.57 | 0 | 0.60 | 0.49 | 116.92 | 0.43 | 0.35 |
| Hex | 37 | 81 | 33 | 39 | 0 | 3C | 31 | 75 | 2B | 23 |
| Octal | 67 | 201 | 63 | 71 | 0 | 74 | 61 | 165 | 53 | 43 |
| Binary | 110111 | 10000001 | 110011 | 111001 | 0 | 111100 | 110001 | 1110101 | 101011 | 100011 |
Color Harmonies of #378133
Complementary color
Monochromatic Colors of #378133
Black with #378133
Text Example
Text Example
White with #378133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378133; }
p { color: rgb(55,129,51); }
H1.HeaderClassName
{
color: #378133;
}
.AnyTagClassName
{
color: #378133;
}
</style>
background-color css
<style>
a { background-color: #378133; }
a { background-color: rgb(55,129,51); }
div.DivClassName
{
background-color: #378133;
}
.BgClassName
{
background-color: #378133;
}
</style>
border-color css
<style>
span { border-color: #378133; }
span { border-color: rgb(55,129,51); }
td.TdClassName
{
border-color: #378133;
}
.TagClassName
{
border-color: #378133;
}
</style>