Shades of Japanese Laurel #34773D
Tints of Japanese Laurel #34773D
RGB
CMYK
RGB Variations
Color information
#34773D (or 0x34773D) is known color: Japanese Laurel. HEX triplet: 34, 77 and 3D. RGB value is (52,119,61). Sum of RGB (Red+Green+Blue) = 52+119+61=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #34773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34773D is #CB88C2. Grayscale: #5C5C5C. Windows color (decimal): -13338819 or 4028212. OLE color: 4028212.
HSL color Cylindrical-coordinate representation of color #34773D: hue angle of 128.06º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34773D is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 119 | 61 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.53 |
| HSL | 128.06º | 0.39% | 0.34% | - |
| HSV(B) | 128.06º | 0.56% | 0.47% | - |
| XYZ | 8.86 | 14.26 | 6.7 | - |
| YUV | 92.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 61 | 0.56 | 0 | 0.49 | 0.53 | 128.06 | 0.39 | 0.34 |
| Hex | 34 | 77 | 3D | 38 | 0 | 31 | 35 | 80 | 27 | 22 |
| Octal | 64 | 167 | 75 | 70 | 0 | 61 | 65 | 200 | 47 | 42 |
| Binary | 110100 | 1110111 | 111101 | 111000 | 0 | 110001 | 110101 | 10000000 | 100111 | 100010 |
Color Harmonies of #34773D
Complementary color
Monochromatic Colors of #34773D
Black with #34773D
Text Example
Text Example
White with #34773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34773D; }
p { color: rgb(52,119,61); }
H1.HeaderClassName
{
color: #34773D;
}
.AnyTagClassName
{
color: #34773D;
}
</style>
background-color css
<style>
a { background-color: #34773D; }
a { background-color: rgb(52,119,61); }
div.DivClassName
{
background-color: #34773D;
}
.BgClassName
{
background-color: #34773D;
}
</style>
border-color css
<style>
span { border-color: #34773D; }
span { border-color: rgb(52,119,61); }
td.TdClassName
{
border-color: #34773D;
}
.TagClassName
{
border-color: #34773D;
}
</style>