Shades of Japanese Laurel #34713A
Tints of Japanese Laurel #34713A
RGB
CMYK
RGB Variations
Color information
#34713A (or 0x34713A) is known color: Japanese Laurel. HEX triplet: 34, 71 and 3A. RGB value is (52,113,58). Sum of RGB (Red+Green+Blue) = 52+113+58=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #34713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34713A is #CB8EC5. Grayscale: #585858. Windows color (decimal): -13340358 or 3830068. OLE color: 3830068.
HSL color Cylindrical-coordinate representation of color #34713A: hue angle of 125.9º 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 #34713A is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 113 | 58 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.56 |
| HSL | 125.9º | 0.37% | 0.32% | - |
| HSV(B) | 125.9º | 0.54% | 0.44% | - |
| XYZ | 8.09 | 12.85 | 6.06 | - |
| YUV | 88.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 58 | 0.54 | 0 | 0.49 | 0.56 | 125.9 | 0.37 | 0.32 |
| Hex | 34 | 71 | 3A | 36 | 0 | 31 | 38 | 7E | 25 | 20 |
| Octal | 64 | 161 | 72 | 66 | 0 | 61 | 70 | 176 | 45 | 40 |
| Binary | 110100 | 1110001 | 111010 | 110110 | 0 | 110001 | 111000 | 1111110 | 100101 | 100000 |
Color Harmonies of #34713A
Complementary color
Monochromatic Colors of #34713A
Black with #34713A
Text Example
Text Example
White with #34713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34713A; }
p { color: rgb(52,113,58); }
H1.HeaderClassName
{
color: #34713A;
}
.AnyTagClassName
{
color: #34713A;
}
</style>
background-color css
<style>
a { background-color: #34713A; }
a { background-color: rgb(52,113,58); }
div.DivClassName
{
background-color: #34713A;
}
.BgClassName
{
background-color: #34713A;
}
</style>
border-color css
<style>
span { border-color: #34713A; }
span { border-color: rgb(52,113,58); }
td.TdClassName
{
border-color: #34713A;
}
.TagClassName
{
border-color: #34713A;
}
</style>