Shades of Japanese Laurel #34772F
Tints of Japanese Laurel #34772F
RGB
CMYK
RGB Variations
Color information
#34772F (or 0x34772F) is known color: Japanese Laurel. HEX triplet: 34, 77 and 2F. RGB value is (52,119,47). Sum of RGB (Red+Green+Blue) = 52+119+47=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #34772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34772F is #CB88D0. Grayscale: #5A5A5A. Windows color (decimal): -13338833 or 3110708. OLE color: 3110708.
HSL color Cylindrical-coordinate representation of color #34772F: hue angle of 115.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34772F is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 119 | 47 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.53 |
| HSL | 115.83º | 0.43% | 0.33% | - |
| HSV(B) | 115.83º | 0.61% | 0.47% | - |
| XYZ | 8.53 | 14.13 | 4.97 | - |
| YUV | 90.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 119 | 47 | 0.56 | 0 | 0.61 | 0.53 | 115.83 | 0.43 | 0.33 |
| Hex | 34 | 77 | 2F | 38 | 0 | 3D | 35 | 74 | 2B | 21 |
| Octal | 64 | 167 | 57 | 70 | 0 | 75 | 65 | 164 | 53 | 41 |
| Binary | 110100 | 1110111 | 101111 | 111000 | 0 | 111101 | 110101 | 1110100 | 101011 | 100001 |
Color Harmonies of #34772F
Complementary color
Monochromatic Colors of #34772F
Black with #34772F
Text Example
Text Example
White with #34772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34772F; }
p { color: rgb(52,119,47); }
H1.HeaderClassName
{
color: #34772F;
}
.AnyTagClassName
{
color: #34772F;
}
</style>
background-color css
<style>
a { background-color: #34772F; }
a { background-color: rgb(52,119,47); }
div.DivClassName
{
background-color: #34772F;
}
.BgClassName
{
background-color: #34772F;
}
</style>
border-color css
<style>
span { border-color: #34772F; }
span { border-color: rgb(52,119,47); }
td.TdClassName
{
border-color: #34772F;
}
.TagClassName
{
border-color: #34772F;
}
</style>