Shades of Japanese Laurel #3A783D
Tints of Japanese Laurel #3A783D
RGB
CMYK
RGB Variations
Color information
#3A783D (or 0x3A783D) is known color: Japanese Laurel. HEX triplet: 3A, 78 and 3D. RGB value is (58,120,61). Sum of RGB (Red+Green+Blue) = 58+120+61=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #3A783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A783D is #C587C2. Grayscale: #5E5E5E. Windows color (decimal): -12945347 or 4028474. OLE color: 4028474.
HSL color Cylindrical-coordinate representation of color #3A783D: hue angle of 122.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A783D is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 120 | 61 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.53 |
| HSL | 122.9º | 0.35% | 0.35% | - |
| HSV(B) | 122.9º | 0.52% | 0.47% | - |
| XYZ | 9.3 | 14.67 | 6.76 | - |
| YUV | 94.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 61 | 0.52 | 0 | 0.49 | 0.53 | 122.9 | 0.35 | 0.35 |
| Hex | 3A | 78 | 3D | 34 | 0 | 31 | 35 | 7B | 23 | 23 |
| Octal | 72 | 170 | 75 | 64 | 0 | 61 | 65 | 173 | 43 | 43 |
| Binary | 111010 | 1111000 | 111101 | 110100 | 0 | 110001 | 110101 | 1111011 | 100011 | 100011 |
Color Harmonies of #3A783D
Complementary color
Monochromatic Colors of #3A783D
Black with #3A783D
Text Example
Text Example
White with #3A783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A783D; }
p { color: rgb(58,120,61); }
H1.HeaderClassName
{
color: #3A783D;
}
.AnyTagClassName
{
color: #3A783D;
}
</style>
background-color css
<style>
a { background-color: #3A783D; }
a { background-color: rgb(58,120,61); }
div.DivClassName
{
background-color: #3A783D;
}
.BgClassName
{
background-color: #3A783D;
}
</style>
border-color css
<style>
span { border-color: #3A783D; }
span { border-color: rgb(58,120,61); }
td.TdClassName
{
border-color: #3A783D;
}
.TagClassName
{
border-color: #3A783D;
}
</style>