Shades of Japanese Laurel #3A6F3D
Tints of Japanese Laurel #3A6F3D
RGB
CMYK
RGB Variations
Color information
#3A6F3D (or 0x3A6F3D) is known color: Japanese Laurel. HEX triplet: 3A, 6F and 3D. RGB value is (58,111,61). Sum of RGB (Red+Green+Blue) = 58+111+61=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F3D is #C590C2. Grayscale: #595959. Windows color (decimal): -12947651 or 4026170. OLE color: 4026170.
HSL color Cylindrical-coordinate representation of color #3A6F3D: hue angle of 123.4º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F3D is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 61 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.56 |
| HSL | 123.4º | 0.31% | 0.33% | - |
| HSV(B) | 123.4º | 0.48% | 0.44% | - |
| XYZ | 8.27 | 12.61 | 6.41 | - |
| YUV | 89.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 61 | 0.48 | 0 | 0.45 | 0.56 | 123.4 | 0.31 | 0.33 |
| Hex | 3A | 6F | 3D | 30 | 0 | 2D | 38 | 7B | 1F | 21 |
| Octal | 72 | 157 | 75 | 60 | 0 | 55 | 70 | 173 | 37 | 41 |
| Binary | 111010 | 1101111 | 111101 | 110000 | 0 | 101101 | 111000 | 1111011 | 11111 | 100001 |
Color Harmonies of #3A6F3D
Complementary color
Monochromatic Colors of #3A6F3D
Black with #3A6F3D
Text Example
Text Example
White with #3A6F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F3D; }
p { color: rgb(58,111,61); }
H1.HeaderClassName
{
color: #3A6F3D;
}
.AnyTagClassName
{
color: #3A6F3D;
}
</style>
background-color css
<style>
a { background-color: #3A6F3D; }
a { background-color: rgb(58,111,61); }
div.DivClassName
{
background-color: #3A6F3D;
}
.BgClassName
{
background-color: #3A6F3D;
}
</style>
border-color css
<style>
span { border-color: #3A6F3D; }
span { border-color: rgb(58,111,61); }
td.TdClassName
{
border-color: #3A6F3D;
}
.TagClassName
{
border-color: #3A6F3D;
}
</style>