Shades of Japanese Laurel #34733C
Tints of Japanese Laurel #34733C
RGB
CMYK
RGB Variations
Color information
#34733C (or 0x34733C) is known color: Japanese Laurel. HEX triplet: 34, 73 and 3C. RGB value is (52,115,60). Sum of RGB (Red+Green+Blue) = 52+115+60=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #34733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34733C is #CB8CC3. Grayscale: #5A5A5A. Windows color (decimal): -13339844 or 3961652. OLE color: 3961652.
HSL color Cylindrical-coordinate representation of color #34733C: hue angle of 127.62º 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 #34733C is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 115 | 60 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.55 |
| HSL | 127.62º | 0.38% | 0.33% | - |
| HSV(B) | 127.62º | 0.55% | 0.45% | - |
| XYZ | 8.36 | 13.32 | 6.4 | - |
| YUV | 89.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 60 | 0.55 | 0 | 0.48 | 0.55 | 127.62 | 0.38 | 0.33 |
| Hex | 34 | 73 | 3C | 37 | 0 | 30 | 37 | 80 | 26 | 21 |
| Octal | 64 | 163 | 74 | 67 | 0 | 60 | 67 | 200 | 46 | 41 |
| Binary | 110100 | 1110011 | 111100 | 110111 | 0 | 110000 | 110111 | 10000000 | 100110 | 100001 |
Color Harmonies of #34733C
Complementary color
Monochromatic Colors of #34733C
Black with #34733C
Text Example
Text Example
White with #34733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34733C; }
p { color: rgb(52,115,60); }
H1.HeaderClassName
{
color: #34733C;
}
.AnyTagClassName
{
color: #34733C;
}
</style>
background-color css
<style>
a { background-color: #34733C; }
a { background-color: rgb(52,115,60); }
div.DivClassName
{
background-color: #34733C;
}
.BgClassName
{
background-color: #34733C;
}
</style>
border-color css
<style>
span { border-color: #34733C; }
span { border-color: rgb(52,115,60); }
td.TdClassName
{
border-color: #34733C;
}
.TagClassName
{
border-color: #34733C;
}
</style>