Shades of Japanese Laurel #34733D
Tints of Japanese Laurel #34733D
RGB
CMYK
RGB Variations
Color information
#34733D (or 0x34733D) is known color: Japanese Laurel. HEX triplet: 34, 73 and 3D. RGB value is (52,115,61). Sum of RGB (Red+Green+Blue) = 52+115+61=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #34733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34733D is #CB8CC2. Grayscale: #5A5A5A. Windows color (decimal): -13339843 or 4027188. OLE color: 4027188.
HSL color Cylindrical-coordinate representation of color #34733D: hue angle of 128.57º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34733D is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 115 | 61 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.55 |
| HSL | 128.57º | 0.38% | 0.33% | - |
| HSV(B) | 128.57º | 0.55% | 0.45% | - |
| XYZ | 8.39 | 13.33 | 6.55 | - |
| YUV | 90.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 61 | 0.55 | 0 | 0.47 | 0.55 | 128.57 | 0.38 | 0.33 |
| Hex | 34 | 73 | 3D | 37 | 0 | 2F | 37 | 81 | 26 | 21 |
| Octal | 64 | 163 | 75 | 67 | 0 | 57 | 67 | 201 | 46 | 41 |
| Binary | 110100 | 1110011 | 111101 | 110111 | 0 | 101111 | 110111 | 10000001 | 100110 | 100001 |
Color Harmonies of #34733D
Complementary color
Monochromatic Colors of #34733D
Black with #34733D
Text Example
Text Example
White with #34733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34733D; }
p { color: rgb(52,115,61); }
H1.HeaderClassName
{
color: #34733D;
}
.AnyTagClassName
{
color: #34733D;
}
</style>
background-color css
<style>
a { background-color: #34733D; }
a { background-color: rgb(52,115,61); }
div.DivClassName
{
background-color: #34733D;
}
.BgClassName
{
background-color: #34733D;
}
</style>
border-color css
<style>
span { border-color: #34733D; }
span { border-color: rgb(52,115,61); }
td.TdClassName
{
border-color: #34733D;
}
.TagClassName
{
border-color: #34733D;
}
</style>