Shades of Japanese Laurel #3D823F
Tints of Japanese Laurel #3D823F
RGB
CMYK
RGB Variations
Color information
#3D823F (or 0x3D823F) is known color: Japanese Laurel. HEX triplet: 3D, 82 and 3F. RGB value is (61,130,63). Sum of RGB (Red+Green+Blue) = 61+130+63=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #3D823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D823F is #C27DC0. Grayscale: #656565. Windows color (decimal): -12746177 or 4162109. OLE color: 4162109.
HSL color Cylindrical-coordinate representation of color #3D823F: hue angle of 121.74º 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 #3D823F is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 130 | 63 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.49 |
| HSL | 121.74º | 0.36% | 0.37% | - |
| HSV(B) | 121.74º | 0.53% | 0.51% | - |
| XYZ | 10.8 | 17.32 | 7.48 | - |
| YUV | 101.73 | 106.14 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 130 | 63 | 0.53 | 0 | 0.52 | 0.49 | 121.74 | 0.36 | 0.37 |
| Hex | 3D | 82 | 3F | 35 | 0 | 34 | 31 | 7A | 24 | 25 |
| Octal | 75 | 202 | 77 | 65 | 0 | 64 | 61 | 172 | 44 | 45 |
| Binary | 111101 | 10000010 | 111111 | 110101 | 0 | 110100 | 110001 | 1111010 | 100100 | 100101 |
Color Harmonies of #3D823F
Complementary color
Monochromatic Colors of #3D823F
Black with #3D823F
Text Example
Text Example
White with #3D823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D823F; }
p { color: rgb(61,130,63); }
H1.HeaderClassName
{
color: #3D823F;
}
.AnyTagClassName
{
color: #3D823F;
}
</style>
background-color css
<style>
a { background-color: #3D823F; }
a { background-color: rgb(61,130,63); }
div.DivClassName
{
background-color: #3D823F;
}
.BgClassName
{
background-color: #3D823F;
}
</style>
border-color css
<style>
span { border-color: #3D823F; }
span { border-color: rgb(61,130,63); }
td.TdClassName
{
border-color: #3D823F;
}
.TagClassName
{
border-color: #3D823F;
}
</style>