Shades of Japanese Laurel #34793D
Tints of Japanese Laurel #34793D
RGB
CMYK
RGB Variations
Color information
#34793D (or 0x34793D) is known color: Japanese Laurel. HEX triplet: 34, 79 and 3D. RGB value is (52,121,61). Sum of RGB (Red+Green+Blue) = 52+121+61=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #34793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34793D is #CB86C2. Grayscale: #5D5D5D. Windows color (decimal): -13338307 or 4028724. OLE color: 4028724.
HSL color Cylindrical-coordinate representation of color #34793D: hue angle of 127.83º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34793D is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 121 | 61 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.53 |
| HSL | 127.83º | 0.4% | 0.34% | - |
| HSV(B) | 127.83º | 0.57% | 0.47% | - |
| XYZ | 9.1 | 14.74 | 6.78 | - |
| YUV | 93.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 61 | 0.57 | 0 | 0.50 | 0.53 | 127.83 | 0.4 | 0.34 |
| Hex | 34 | 79 | 3D | 39 | 0 | 32 | 35 | 80 | 28 | 22 |
| Octal | 64 | 171 | 75 | 71 | 0 | 62 | 65 | 200 | 50 | 42 |
| Binary | 110100 | 1111001 | 111101 | 111001 | 0 | 110010 | 110101 | 10000000 | 101000 | 100010 |
Color Harmonies of #34793D
Complementary color
Monochromatic Colors of #34793D
Black with #34793D
Text Example
Text Example
White with #34793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34793D; }
p { color: rgb(52,121,61); }
H1.HeaderClassName
{
color: #34793D;
}
.AnyTagClassName
{
color: #34793D;
}
</style>
background-color css
<style>
a { background-color: #34793D; }
a { background-color: rgb(52,121,61); }
div.DivClassName
{
background-color: #34793D;
}
.BgClassName
{
background-color: #34793D;
}
</style>
border-color css
<style>
span { border-color: #34793D; }
span { border-color: rgb(52,121,61); }
td.TdClassName
{
border-color: #34793D;
}
.TagClassName
{
border-color: #34793D;
}
</style>