Shades of Japanese Laurel #34863B
Tints of Japanese Laurel #34863B
RGB
CMYK
RGB Variations
Color information
#34863B (or 0x34863B) is known color: Japanese Laurel. HEX triplet: 34, 86 and 3B. RGB value is (52,134,59). Sum of RGB (Red+Green+Blue) = 52+134+59=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #34863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34863B is #CB79C4. Grayscale: #656565. Windows color (decimal): -13334981 or 3900980. OLE color: 3900980.
HSL color Cylindrical-coordinate representation of color #34863B: hue angle of 125.12º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34863B is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 134 | 59 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.47 |
| HSL | 125.12º | 0.44% | 0.36% | - |
| HSV(B) | 125.12º | 0.61% | 0.53% | - |
| XYZ | 10.73 | 18.1 | 7.06 | - |
| YUV | 100.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 134 | 59 | 0.61 | 0 | 0.56 | 0.47 | 125.12 | 0.44 | 0.36 |
| Hex | 34 | 86 | 3B | 3D | 0 | 38 | 2F | 7D | 2C | 24 |
| Octal | 64 | 206 | 73 | 75 | 0 | 70 | 57 | 175 | 54 | 44 |
| Binary | 110100 | 10000110 | 111011 | 111101 | 0 | 111000 | 101111 | 1111101 | 101100 | 100100 |
Color Harmonies of #34863B
Complementary color
Monochromatic Colors of #34863B
Black with #34863B
Text Example
Text Example
White with #34863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34863B; }
p { color: rgb(52,134,59); }
H1.HeaderClassName
{
color: #34863B;
}
.AnyTagClassName
{
color: #34863B;
}
</style>
background-color css
<style>
a { background-color: #34863B; }
a { background-color: rgb(52,134,59); }
div.DivClassName
{
background-color: #34863B;
}
.BgClassName
{
background-color: #34863B;
}
</style>
border-color css
<style>
span { border-color: #34863B; }
span { border-color: rgb(52,134,59); }
td.TdClassName
{
border-color: #34863B;
}
.TagClassName
{
border-color: #34863B;
}
</style>