Shades of Japanese Laurel #34783B
Tints of Japanese Laurel #34783B
RGB
CMYK
RGB Variations
Color information
#34783B (or 0x34783B) is known color: Japanese Laurel. HEX triplet: 34, 78 and 3B. RGB value is (52,120,59). Sum of RGB (Red+Green+Blue) = 52+120+59=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #34783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34783B is #CB87C4. Grayscale: #5C5C5C. Windows color (decimal): -13338565 or 3897396. OLE color: 3897396.
HSL color Cylindrical-coordinate representation of color #34783B: hue angle of 126.18º 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 #34783B is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 120 | 59 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.53 |
| HSL | 126.18º | 0.4% | 0.34% | - |
| HSV(B) | 126.18º | 0.57% | 0.47% | - |
| XYZ | 8.92 | 14.48 | 6.46 | - |
| YUV | 92.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 59 | 0.57 | 0 | 0.51 | 0.53 | 126.18 | 0.4 | 0.34 |
| Hex | 34 | 78 | 3B | 39 | 0 | 33 | 35 | 7E | 28 | 22 |
| Octal | 64 | 170 | 73 | 71 | 0 | 63 | 65 | 176 | 50 | 42 |
| Binary | 110100 | 1111000 | 111011 | 111001 | 0 | 110011 | 110101 | 1111110 | 101000 | 100010 |
Color Harmonies of #34783B
Complementary color
Monochromatic Colors of #34783B
Black with #34783B
Text Example
Text Example
White with #34783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34783B; }
p { color: rgb(52,120,59); }
H1.HeaderClassName
{
color: #34783B;
}
.AnyTagClassName
{
color: #34783B;
}
</style>
background-color css
<style>
a { background-color: #34783B; }
a { background-color: rgb(52,120,59); }
div.DivClassName
{
background-color: #34783B;
}
.BgClassName
{
background-color: #34783B;
}
</style>
border-color css
<style>
span { border-color: #34783B; }
span { border-color: rgb(52,120,59); }
td.TdClassName
{
border-color: #34783B;
}
.TagClassName
{
border-color: #34783B;
}
</style>