Shades of Japanese Laurel #3F813E
Tints of Japanese Laurel #3F813E
RGB
CMYK
RGB Variations
Color information
#3F813E (or 0x3F813E) is known color: Japanese Laurel. HEX triplet: 3F, 81 and 3E. RGB value is (63,129,62). Sum of RGB (Red+Green+Blue) = 63+129+62=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #3F813E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F813E is #C07EC1. Grayscale: #656565. Windows color (decimal): -12615362 or 4096319. OLE color: 4096319.
HSL color Cylindrical-coordinate representation of color #3F813E: hue angle of 119.1º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F813E is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 129 | 62 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.49 |
| HSL | 119.1º | 0.35% | 0.37% | - |
| HSV(B) | 119.1º | 0.52% | 0.51% | - |
| XYZ | 10.77 | 17.11 | 7.29 | - |
| YUV | 101.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 62 | 0.51 | 0 | 0.52 | 0.49 | 119.1 | 0.35 | 0.37 |
| Hex | 3F | 81 | 3E | 33 | 0 | 34 | 31 | 77 | 23 | 25 |
| Octal | 77 | 201 | 76 | 63 | 0 | 64 | 61 | 167 | 43 | 45 |
| Binary | 111111 | 10000001 | 111110 | 110011 | 0 | 110100 | 110001 | 1110111 | 100011 | 100101 |
Color Harmonies of #3F813E
Complementary color
Monochromatic Colors of #3F813E
Black with #3F813E
Text Example
Text Example
White with #3F813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F813E; }
p { color: rgb(63,129,62); }
H1.HeaderClassName
{
color: #3F813E;
}
.AnyTagClassName
{
color: #3F813E;
}
</style>
background-color css
<style>
a { background-color: #3F813E; }
a { background-color: rgb(63,129,62); }
div.DivClassName
{
background-color: #3F813E;
}
.BgClassName
{
background-color: #3F813E;
}
</style>
border-color css
<style>
span { border-color: #3F813E; }
span { border-color: rgb(63,129,62); }
td.TdClassName
{
border-color: #3F813E;
}
.TagClassName
{
border-color: #3F813E;
}
</style>