Shades of Japanese Laurel #3C873D
Tints of Japanese Laurel #3C873D
RGB
CMYK
RGB Variations
Color information
#3C873D (or 0x3C873D) is known color: Japanese Laurel. HEX triplet: 3C, 87 and 3D. RGB value is (60,135,61). Sum of RGB (Red+Green+Blue) = 60+135+61=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #3C873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C873D is #C378C2. Grayscale: #686868. Windows color (decimal): -12810435 or 4032316. OLE color: 4032316.
HSL color Cylindrical-coordinate representation of color #3C873D: hue angle of 120.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C873D is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 135 | 61 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.47 |
| HSL | 120.8º | 0.38% | 0.38% | - |
| HSV(B) | 120.8º | 0.56% | 0.53% | - |
| XYZ | 11.37 | 18.63 | 7.41 | - |
| YUV | 104.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 61 | 0.56 | 0 | 0.55 | 0.47 | 120.8 | 0.38 | 0.38 |
| Hex | 3C | 87 | 3D | 38 | 0 | 37 | 2F | 79 | 26 | 26 |
| Octal | 74 | 207 | 75 | 70 | 0 | 67 | 57 | 171 | 46 | 46 |
| Binary | 111100 | 10000111 | 111101 | 111000 | 0 | 110111 | 101111 | 1111001 | 100110 | 100110 |
Color Harmonies of #3C873D
Complementary color
Monochromatic Colors of #3C873D
Black with #3C873D
Text Example
Text Example
White with #3C873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C873D; }
p { color: rgb(60,135,61); }
H1.HeaderClassName
{
color: #3C873D;
}
.AnyTagClassName
{
color: #3C873D;
}
</style>
background-color css
<style>
a { background-color: #3C873D; }
a { background-color: rgb(60,135,61); }
div.DivClassName
{
background-color: #3C873D;
}
.BgClassName
{
background-color: #3C873D;
}
</style>
border-color css
<style>
span { border-color: #3C873D; }
span { border-color: rgb(60,135,61); }
td.TdClassName
{
border-color: #3C873D;
}
.TagClassName
{
border-color: #3C873D;
}
</style>