Shades of Japanese Laurel #3F893E
Tints of Japanese Laurel #3F893E
RGB
CMYK
RGB Variations
Color information
#3F893E (or 0x3F893E) is known color: Japanese Laurel. HEX triplet: 3F, 89 and 3E. RGB value is (63,137,62). Sum of RGB (Red+Green+Blue) = 63+137+62=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #3F893E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F893E is #C076C1. Grayscale: #6A6A6A. Windows color (decimal): -12613314 or 4098367. OLE color: 4098367.
HSL color Cylindrical-coordinate representation of color #3F893E: hue angle of 119.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F893E is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 62 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.46 |
| HSL | 119.2º | 0.38% | 0.39% | - |
| HSV(B) | 119.2º | 0.55% | 0.54% | - |
| XYZ | 11.87 | 19.3 | 7.66 | - |
| YUV | 106.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 62 | 0.54 | 0 | 0.55 | 0.46 | 119.2 | 0.38 | 0.39 |
| Hex | 3F | 89 | 3E | 36 | 0 | 37 | 2E | 77 | 26 | 27 |
| Octal | 77 | 211 | 76 | 66 | 0 | 67 | 56 | 167 | 46 | 47 |
| Binary | 111111 | 10001001 | 111110 | 110110 | 0 | 110111 | 101110 | 1110111 | 100110 | 100111 |
Color Harmonies of #3F893E
Complementary color
Monochromatic Colors of #3F893E
Black with #3F893E
Text Example
Text Example
White with #3F893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F893E; }
p { color: rgb(63,137,62); }
H1.HeaderClassName
{
color: #3F893E;
}
.AnyTagClassName
{
color: #3F893E;
}
</style>
background-color css
<style>
a { background-color: #3F893E; }
a { background-color: rgb(63,137,62); }
div.DivClassName
{
background-color: #3F893E;
}
.BgClassName
{
background-color: #3F893E;
}
</style>
border-color css
<style>
span { border-color: #3F893E; }
span { border-color: rgb(63,137,62); }
td.TdClassName
{
border-color: #3F893E;
}
.TagClassName
{
border-color: #3F893E;
}
</style>