Shades of Japanese Laurel #3D813F
Tints of Japanese Laurel #3D813F
RGB
CMYK
RGB Variations
Color information
#3D813F (or 0x3D813F) is known color: Japanese Laurel. HEX triplet: 3D, 81 and 3F. RGB value is (61,129,63). Sum of RGB (Red+Green+Blue) = 61+129+63=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #3D813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D813F is #C27EC0. Grayscale: #656565. Windows color (decimal): -12746433 or 4161853. OLE color: 4161853.
HSL color Cylindrical-coordinate representation of color #3D813F: hue angle of 121.76º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D813F is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 129 | 63 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.49 |
| HSL | 121.76º | 0.36% | 0.37% | - |
| HSV(B) | 121.76º | 0.53% | 0.51% | - |
| XYZ | 10.67 | 17.05 | 7.43 | - |
| YUV | 101.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 129 | 63 | 0.53 | 0 | 0.51 | 0.49 | 121.76 | 0.36 | 0.37 |
| Hex | 3D | 81 | 3F | 35 | 0 | 33 | 31 | 7A | 24 | 25 |
| Octal | 75 | 201 | 77 | 65 | 0 | 63 | 61 | 172 | 44 | 45 |
| Binary | 111101 | 10000001 | 111111 | 110101 | 0 | 110011 | 110001 | 1111010 | 100100 | 100101 |
Color Harmonies of #3D813F
Complementary color
Monochromatic Colors of #3D813F
Black with #3D813F
Text Example
Text Example
White with #3D813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D813F; }
p { color: rgb(61,129,63); }
H1.HeaderClassName
{
color: #3D813F;
}
.AnyTagClassName
{
color: #3D813F;
}
</style>
background-color css
<style>
a { background-color: #3D813F; }
a { background-color: rgb(61,129,63); }
div.DivClassName
{
background-color: #3D813F;
}
.BgClassName
{
background-color: #3D813F;
}
</style>
border-color css
<style>
span { border-color: #3D813F; }
span { border-color: rgb(61,129,63); }
td.TdClassName
{
border-color: #3D813F;
}
.TagClassName
{
border-color: #3D813F;
}
</style>