Shades of Japanese Laurel #3C8F3D
Tints of Japanese Laurel #3C8F3D
RGB
CMYK
RGB Variations
Color information
#3C8F3D (or 0x3C8F3D) is known color: Japanese Laurel. HEX triplet: 3C, 8F and 3D. RGB value is (60,143,61). Sum of RGB (Red+Green+Blue) = 60+143+61=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #3C8F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8F3D is #C370C2. Grayscale: #6D6D6D. Windows color (decimal): -12808387 or 4034364. OLE color: 4034364.
HSL color Cylindrical-coordinate representation of color #3C8F3D: hue angle of 120.72º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8F3D is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 143 | 61 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.44 |
| HSL | 120.72º | 0.41% | 0.4% | - |
| HSV(B) | 120.72º | 0.58% | 0.56% | - |
| XYZ | 12.53 | 20.94 | 7.8 | - |
| YUV | 108.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 143 | 61 | 0.58 | 0 | 0.57 | 0.44 | 120.72 | 0.41 | 0.4 |
| Hex | 3C | 8F | 3D | 3A | 0 | 39 | 2C | 79 | 29 | 28 |
| Octal | 74 | 217 | 75 | 72 | 0 | 71 | 54 | 171 | 51 | 50 |
| Binary | 111100 | 10001111 | 111101 | 111010 | 0 | 111001 | 101100 | 1111001 | 101001 | 101000 |
Color Harmonies of #3C8F3D
Complementary color
Monochromatic Colors of #3C8F3D
Black with #3C8F3D
Text Example
Text Example
White with #3C8F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8F3D; }
p { color: rgb(60,143,61); }
H1.HeaderClassName
{
color: #3C8F3D;
}
.AnyTagClassName
{
color: #3C8F3D;
}
</style>
background-color css
<style>
a { background-color: #3C8F3D; }
a { background-color: rgb(60,143,61); }
div.DivClassName
{
background-color: #3C8F3D;
}
.BgClassName
{
background-color: #3C8F3D;
}
</style>
border-color css
<style>
span { border-color: #3C8F3D; }
span { border-color: rgb(60,143,61); }
td.TdClassName
{
border-color: #3C8F3D;
}
.TagClassName
{
border-color: #3C8F3D;
}
</style>