Shades of Japanese Laurel #3B8141
Tints of Japanese Laurel #3B8141
RGB
CMYK
RGB Variations
Color information
#3B8141 (or 0x3B8141) is known color: Japanese Laurel. HEX triplet: 3B, 81 and 41. RGB value is (59,129,65). Sum of RGB (Red+Green+Blue) = 59+129+65=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3B8141 is #C47EBE. Grayscale: #646464. Windows color (decimal): -12877503 or 4292923. OLE color: 4292923.
HSL color Cylindrical-coordinate representation of color #3B8141: hue angle of 125.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B8141 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 129 | 65 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.49 |
| HSL | 125.14º | 0.37% | 0.37% | - |
| HSV(B) | 125.14º | 0.54% | 0.51% | - |
| XYZ | 10.61 | 17.01 | 7.73 | - |
| YUV | 100.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 129 | 65 | 0.54 | 0 | 0.50 | 0.49 | 125.14 | 0.37 | 0.37 |
| Hex | 3B | 81 | 41 | 36 | 0 | 32 | 31 | 7D | 25 | 25 |
| Octal | 73 | 201 | 101 | 66 | 0 | 62 | 61 | 175 | 45 | 45 |
| Binary | 111011 | 10000001 | 1000001 | 110110 | 0 | 110010 | 110001 | 1111101 | 100101 | 100101 |
Color Harmonies of #3B8141
Complementary color
Monochromatic Colors of #3B8141
Black with #3B8141
Text Example
Text Example
White with #3B8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8141; }
p { color: rgb(59,129,65); }
H1.HeaderClassName
{
color: #3B8141;
}
.AnyTagClassName
{
color: #3B8141;
}
</style>
background-color css
<style>
a { background-color: #3B8141; }
a { background-color: rgb(59,129,65); }
div.DivClassName
{
background-color: #3B8141;
}
.BgClassName
{
background-color: #3B8141;
}
</style>
border-color css
<style>
span { border-color: #3B8141; }
span { border-color: rgb(59,129,65); }
td.TdClassName
{
border-color: #3B8141;
}
.TagClassName
{
border-color: #3B8141;
}
</style>