Shades of Japanese Laurel #34733E
Tints of Japanese Laurel #34733E
RGB
CMYK
RGB Variations
Color information
#34733E (or 0x34733E) is known color: Japanese Laurel. HEX triplet: 34, 73 and 3E. RGB value is (52,115,62). Sum of RGB (Red+Green+Blue) = 52+115+62=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #34733E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34733E is #CB8CC1. Grayscale: #5A5A5A. Windows color (decimal): -13339842 or 4092724. OLE color: 4092724.
HSL color Cylindrical-coordinate representation of color #34733E: hue angle of 129.52º 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 #34733E is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 115 | 62 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.55 |
| HSL | 129.52º | 0.38% | 0.33% | - |
| HSV(B) | 129.52º | 0.55% | 0.45% | - |
| XYZ | 8.42 | 13.34 | 6.69 | - |
| YUV | 90.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 62 | 0.55 | 0 | 0.46 | 0.55 | 129.52 | 0.38 | 0.33 |
| Hex | 34 | 73 | 3E | 37 | 0 | 2E | 37 | 82 | 26 | 21 |
| Octal | 64 | 163 | 76 | 67 | 0 | 56 | 67 | 202 | 46 | 41 |
| Binary | 110100 | 1110011 | 111110 | 110111 | 0 | 101110 | 110111 | 10000010 | 100110 | 100001 |
Color Harmonies of #34733E
Complementary color
Monochromatic Colors of #34733E
Black with #34733E
Text Example
Text Example
White with #34733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34733E; }
p { color: rgb(52,115,62); }
H1.HeaderClassName
{
color: #34733E;
}
.AnyTagClassName
{
color: #34733E;
}
</style>
background-color css
<style>
a { background-color: #34733E; }
a { background-color: rgb(52,115,62); }
div.DivClassName
{
background-color: #34733E;
}
.BgClassName
{
background-color: #34733E;
}
</style>
border-color css
<style>
span { border-color: #34733E; }
span { border-color: rgb(52,115,62); }
td.TdClassName
{
border-color: #34733E;
}
.TagClassName
{
border-color: #34733E;
}
</style>