Shades of Japanese Laurel #3D813C
Tints of Japanese Laurel #3D813C
RGB
CMYK
RGB Variations
Color information
#3D813C (or 0x3D813C) is known color: Japanese Laurel. HEX triplet: 3D, 81 and 3C. RGB value is (61,129,60). Sum of RGB (Red+Green+Blue) = 61+129+60=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #3D813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D813C is #C27EC3. Grayscale: #656565. Windows color (decimal): -12746436 or 3965245. OLE color: 3965245.
HSL color Cylindrical-coordinate representation of color #3D813C: hue angle of 119.13º degrees, saturation: 0.37, 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 #3D813C is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 129 | 60 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.49 |
| HSL | 119.13º | 0.37% | 0.37% | - |
| HSV(B) | 119.13º | 0.53% | 0.51% | - |
| XYZ | 10.59 | 17.02 | 7 | - |
| YUV | 100.8 | 104.97 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 129 | 60 | 0.53 | 0 | 0.53 | 0.49 | 119.13 | 0.37 | 0.37 |
| Hex | 3D | 81 | 3C | 35 | 0 | 35 | 31 | 77 | 25 | 25 |
| Octal | 75 | 201 | 74 | 65 | 0 | 65 | 61 | 167 | 45 | 45 |
| Binary | 111101 | 10000001 | 111100 | 110101 | 0 | 110101 | 110001 | 1110111 | 100101 | 100101 |
Color Harmonies of #3D813C
Complementary color
Monochromatic Colors of #3D813C
Black with #3D813C
Text Example
Text Example
White with #3D813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D813C; }
p { color: rgb(61,129,60); }
H1.HeaderClassName
{
color: #3D813C;
}
.AnyTagClassName
{
color: #3D813C;
}
</style>
background-color css
<style>
a { background-color: #3D813C; }
a { background-color: rgb(61,129,60); }
div.DivClassName
{
background-color: #3D813C;
}
.BgClassName
{
background-color: #3D813C;
}
</style>
border-color css
<style>
span { border-color: #3D813C; }
span { border-color: rgb(61,129,60); }
td.TdClassName
{
border-color: #3D813C;
}
.TagClassName
{
border-color: #3D813C;
}
</style>