Shades of Japanese Laurel #34713D
Tints of Japanese Laurel #34713D
RGB
CMYK
RGB Variations
Color information
#34713D (or 0x34713D) is known color: Japanese Laurel. HEX triplet: 34, 71 and 3D. RGB value is (52,113,61). Sum of RGB (Red+Green+Blue) = 52+113+61=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #34713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34713D is #CB8EC2. Grayscale: #585858. Windows color (decimal): -13340355 or 4026676. OLE color: 4026676.
HSL color Cylindrical-coordinate representation of color #34713D: hue angle of 128.85º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34713D is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 113 | 61 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.56 |
| HSL | 128.85º | 0.37% | 0.32% | - |
| HSV(B) | 128.85º | 0.54% | 0.44% | - |
| XYZ | 8.16 | 12.88 | 6.47 | - |
| YUV | 88.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 61 | 0.54 | 0 | 0.46 | 0.56 | 128.85 | 0.37 | 0.32 |
| Hex | 34 | 71 | 3D | 36 | 0 | 2E | 38 | 81 | 25 | 20 |
| Octal | 64 | 161 | 75 | 66 | 0 | 56 | 70 | 201 | 45 | 40 |
| Binary | 110100 | 1110001 | 111101 | 110110 | 0 | 101110 | 111000 | 10000001 | 100101 | 100000 |
Color Harmonies of #34713D
Complementary color
Monochromatic Colors of #34713D
Black with #34713D
Text Example
Text Example
White with #34713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34713D; }
p { color: rgb(52,113,61); }
H1.HeaderClassName
{
color: #34713D;
}
.AnyTagClassName
{
color: #34713D;
}
</style>
background-color css
<style>
a { background-color: #34713D; }
a { background-color: rgb(52,113,61); }
div.DivClassName
{
background-color: #34713D;
}
.BgClassName
{
background-color: #34713D;
}
</style>
border-color css
<style>
span { border-color: #34713D; }
span { border-color: rgb(52,113,61); }
td.TdClassName
{
border-color: #34713D;
}
.TagClassName
{
border-color: #34713D;
}
</style>