Shades of Japanese Laurel #34853C
Tints of Japanese Laurel #34853C
RGB
CMYK
RGB Variations
Color information
#34853C (or 0x34853C) is known color: Japanese Laurel. HEX triplet: 34, 85 and 3C. RGB value is (52,133,60). Sum of RGB (Red+Green+Blue) = 52+133+60=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #34853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34853C is #CB7AC3. Grayscale: #646464. Windows color (decimal): -13335236 or 3966260. OLE color: 3966260.
HSL color Cylindrical-coordinate representation of color #34853C: hue angle of 125.93º 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 #34853C is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 133 | 60 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.48 |
| HSL | 125.93º | 0.44% | 0.36% | - |
| HSV(B) | 125.93º | 0.61% | 0.52% | - |
| XYZ | 10.62 | 17.83 | 7.16 | - |
| YUV | 100.46 | 105.16 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 60 | 0.61 | 0 | 0.55 | 0.48 | 125.93 | 0.44 | 0.36 |
| Hex | 34 | 85 | 3C | 3D | 0 | 37 | 30 | 7E | 2C | 24 |
| Octal | 64 | 205 | 74 | 75 | 0 | 67 | 60 | 176 | 54 | 44 |
| Binary | 110100 | 10000101 | 111100 | 111101 | 0 | 110111 | 110000 | 1111110 | 101100 | 100100 |
Color Harmonies of #34853C
Complementary color
Monochromatic Colors of #34853C
Black with #34853C
Text Example
Text Example
White with #34853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34853C; }
p { color: rgb(52,133,60); }
H1.HeaderClassName
{
color: #34853C;
}
.AnyTagClassName
{
color: #34853C;
}
</style>
background-color css
<style>
a { background-color: #34853C; }
a { background-color: rgb(52,133,60); }
div.DivClassName
{
background-color: #34853C;
}
.BgClassName
{
background-color: #34853C;
}
</style>
border-color css
<style>
span { border-color: #34853C; }
span { border-color: rgb(52,133,60); }
td.TdClassName
{
border-color: #34853C;
}
.TagClassName
{
border-color: #34853C;
}
</style>