Shades of Japanese Laurel #34843C
Tints of Japanese Laurel #34843C
RGB
CMYK
RGB Variations
Color information
#34843C (or 0x34843C) is known color: Japanese Laurel. HEX triplet: 34, 84 and 3C. RGB value is (52,132,60). Sum of RGB (Red+Green+Blue) = 52+132+60=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #34843C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34843C is #CB7BC3. Grayscale: #646464. Windows color (decimal): -13335492 or 3966004. OLE color: 3966004.
HSL color Cylindrical-coordinate representation of color #34843C: hue angle of 126º degrees, saturation: 0.43, 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 #34843C is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 60 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.48 |
| HSL | 126º | 0.43% | 0.36% | - |
| HSV(B) | 126º | 0.61% | 0.52% | - |
| XYZ | 10.48 | 17.56 | 7.11 | - |
| YUV | 99.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 60 | 0.61 | 0 | 0.55 | 0.48 | 126 | 0.43 | 0.36 |
| Hex | 34 | 84 | 3C | 3D | 0 | 37 | 30 | 7E | 2B | 24 |
| Octal | 64 | 204 | 74 | 75 | 0 | 67 | 60 | 176 | 53 | 44 |
| Binary | 110100 | 10000100 | 111100 | 111101 | 0 | 110111 | 110000 | 1111110 | 101011 | 100100 |
Color Harmonies of #34843C
Complementary color
Monochromatic Colors of #34843C
Black with #34843C
Text Example
Text Example
White with #34843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34843C; }
p { color: rgb(52,132,60); }
H1.HeaderClassName
{
color: #34843C;
}
.AnyTagClassName
{
color: #34843C;
}
</style>
background-color css
<style>
a { background-color: #34843C; }
a { background-color: rgb(52,132,60); }
div.DivClassName
{
background-color: #34843C;
}
.BgClassName
{
background-color: #34843C;
}
</style>
border-color css
<style>
span { border-color: #34843C; }
span { border-color: rgb(52,132,60); }
td.TdClassName
{
border-color: #34843C;
}
.TagClassName
{
border-color: #34843C;
}
</style>