Shades of Japanese Laurel #3B853D
Tints of Japanese Laurel #3B853D
RGB
CMYK
RGB Variations
Color information
#3B853D (or 0x3B853D) is known color: Japanese Laurel. HEX triplet: 3B, 85 and 3D. RGB value is (59,133,61). Sum of RGB (Red+Green+Blue) = 59+133+61=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #3B853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B853D is #C47AC2. Grayscale: #666666. Windows color (decimal): -12876483 or 4031803. OLE color: 4031803.
HSL color Cylindrical-coordinate representation of color #3B853D: hue angle of 121.62º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B853D is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 133 | 61 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.48 |
| HSL | 121.62º | 0.39% | 0.38% | - |
| HSV(B) | 121.62º | 0.56% | 0.52% | - |
| XYZ | 11.03 | 18.04 | 7.32 | - |
| YUV | 102.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 133 | 61 | 0.56 | 0 | 0.54 | 0.48 | 121.62 | 0.39 | 0.38 |
| Hex | 3B | 85 | 3D | 38 | 0 | 36 | 30 | 7A | 27 | 26 |
| Octal | 73 | 205 | 75 | 70 | 0 | 66 | 60 | 172 | 47 | 46 |
| Binary | 111011 | 10000101 | 111101 | 111000 | 0 | 110110 | 110000 | 1111010 | 100111 | 100110 |
Color Harmonies of #3B853D
Complementary color
Monochromatic Colors of #3B853D
Black with #3B853D
Text Example
Text Example
White with #3B853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B853D; }
p { color: rgb(59,133,61); }
H1.HeaderClassName
{
color: #3B853D;
}
.AnyTagClassName
{
color: #3B853D;
}
</style>
background-color css
<style>
a { background-color: #3B853D; }
a { background-color: rgb(59,133,61); }
div.DivClassName
{
background-color: #3B853D;
}
.BgClassName
{
background-color: #3B853D;
}
</style>
border-color css
<style>
span { border-color: #3B853D; }
span { border-color: rgb(59,133,61); }
td.TdClassName
{
border-color: #3B853D;
}
.TagClassName
{
border-color: #3B853D;
}
</style>