Shades of Japanese Laurel #3C843F
Tints of Japanese Laurel #3C843F
RGB
CMYK
RGB Variations
Color information
#3C843F (or 0x3C843F) is known color: Japanese Laurel. HEX triplet: 3C, 84 and 3F. RGB value is (60,132,63). Sum of RGB (Red+Green+Blue) = 60+132+63=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #3C843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C843F is #C37BC0. Grayscale: #666666. Windows color (decimal): -12811201 or 4162620. OLE color: 4162620.
HSL color Cylindrical-coordinate representation of color #3C843F: hue angle of 122.5º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C843F is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 132 | 63 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.48 |
| HSL | 122.5º | 0.38% | 0.38% | - |
| HSV(B) | 122.5º | 0.55% | 0.52% | - |
| XYZ | 11.01 | 17.82 | 7.56 | - |
| YUV | 102.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 63 | 0.55 | 0 | 0.52 | 0.48 | 122.5 | 0.38 | 0.38 |
| Hex | 3C | 84 | 3F | 37 | 0 | 34 | 30 | 7B | 26 | 26 |
| Octal | 74 | 204 | 77 | 67 | 0 | 64 | 60 | 173 | 46 | 46 |
| Binary | 111100 | 10000100 | 111111 | 110111 | 0 | 110100 | 110000 | 1111011 | 100110 | 100110 |
Color Harmonies of #3C843F
Complementary color
Monochromatic Colors of #3C843F
Black with #3C843F
Text Example
Text Example
White with #3C843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C843F; }
p { color: rgb(60,132,63); }
H1.HeaderClassName
{
color: #3C843F;
}
.AnyTagClassName
{
color: #3C843F;
}
</style>
background-color css
<style>
a { background-color: #3C843F; }
a { background-color: rgb(60,132,63); }
div.DivClassName
{
background-color: #3C843F;
}
.BgClassName
{
background-color: #3C843F;
}
</style>
border-color css
<style>
span { border-color: #3C843F; }
span { border-color: rgb(60,132,63); }
td.TdClassName
{
border-color: #3C843F;
}
.TagClassName
{
border-color: #3C843F;
}
</style>