Shades of Japanese Laurel #34853E
Tints of Japanese Laurel #34853E
RGB
CMYK
RGB Variations
Color information
#34853E (or 0x34853E) is known color: Japanese Laurel. HEX triplet: 34, 85 and 3E. RGB value is (52,133,62). Sum of RGB (Red+Green+Blue) = 52+133+62=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #34853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34853E is #CB7AC1. Grayscale: #646464. Windows color (decimal): -13335234 or 4097332. OLE color: 4097332.
HSL color Cylindrical-coordinate representation of color #34853E: hue angle of 127.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34853E is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 133 | 62 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.48 |
| HSL | 127.41º | 0.44% | 0.36% | - |
| HSV(B) | 127.41º | 0.61% | 0.52% | - |
| XYZ | 10.67 | 17.85 | 7.44 | - |
| YUV | 100.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 62 | 0.61 | 0 | 0.53 | 0.48 | 127.41 | 0.44 | 0.36 |
| Hex | 34 | 85 | 3E | 3D | 0 | 35 | 30 | 7F | 2C | 24 |
| Octal | 64 | 205 | 76 | 75 | 0 | 65 | 60 | 177 | 54 | 44 |
| Binary | 110100 | 10000101 | 111110 | 111101 | 0 | 110101 | 110000 | 1111111 | 101100 | 100100 |
Color Harmonies of #34853E
Complementary color
Monochromatic Colors of #34853E
Black with #34853E
Text Example
Text Example
White with #34853E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34853E; }
p { color: rgb(52,133,62); }
H1.HeaderClassName
{
color: #34853E;
}
.AnyTagClassName
{
color: #34853E;
}
</style>
background-color css
<style>
a { background-color: #34853E; }
a { background-color: rgb(52,133,62); }
div.DivClassName
{
background-color: #34853E;
}
.BgClassName
{
background-color: #34853E;
}
</style>
border-color css
<style>
span { border-color: #34853E; }
span { border-color: rgb(52,133,62); }
td.TdClassName
{
border-color: #34853E;
}
.TagClassName
{
border-color: #34853E;
}
</style>