Shades of Japanese Laurel #3D8039
Tints of Japanese Laurel #3D8039
RGB
CMYK
RGB Variations
Color information
#3D8039 (or 0x3D8039) is known color: Japanese Laurel. HEX triplet: 3D, 80 and 39. RGB value is (61,128,57). Sum of RGB (Red+Green+Blue) = 61+128+57=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #3D8039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8039 is #C27FC6. Grayscale: #646464. Windows color (decimal): -12746695 or 3768381. OLE color: 3768381.
HSL color Cylindrical-coordinate representation of color #3D8039: hue angle of 116.62º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8039 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 61 | 128 | 57 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.50 |
| HSL | 116.62º | 0.38% | 0.36% | - |
| HSV(B) | 116.62º | 0.55% | 0.5% | - |
| XYZ | 10.38 | 16.73 | 6.55 | - |
| YUV | 99.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 128 | 57 | 0.52 | 0 | 0.55 | 0.50 | 116.62 | 0.38 | 0.36 |
| Hex | 3D | 80 | 39 | 34 | 0 | 37 | 32 | 75 | 26 | 24 |
| Octal | 75 | 200 | 71 | 64 | 0 | 67 | 62 | 165 | 46 | 44 |
| Binary | 111101 | 10000000 | 111001 | 110100 | 0 | 110111 | 110010 | 1110101 | 100110 | 100100 |
Color Harmonies of #3D8039
Complementary color
Monochromatic Colors of #3D8039
Black with #3D8039
Text Example
Text Example
White with #3D8039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8039; }
p { color: rgb(61,128,57); }
H1.HeaderClassName
{
color: #3D8039;
}
.AnyTagClassName
{
color: #3D8039;
}
</style>
background-color css
<style>
a { background-color: #3D8039; }
a { background-color: rgb(61,128,57); }
div.DivClassName
{
background-color: #3D8039;
}
.BgClassName
{
background-color: #3D8039;
}
</style>
border-color css
<style>
span { border-color: #3D8039; }
span { border-color: rgb(61,128,57); }
td.TdClassName
{
border-color: #3D8039;
}
.TagClassName
{
border-color: #3D8039;
}
</style>