Shades of Japanese Laurel #34792D
Tints of Japanese Laurel #34792D
RGB
CMYK
RGB Variations
Color information
#34792D (or 0x34792D) is known color: Japanese Laurel. HEX triplet: 34, 79 and 2D. RGB value is (52,121,45). Sum of RGB (Red+Green+Blue) = 52+121+45=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #34792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34792D is #CB86D2. Grayscale: #5B5B5B. Windows color (decimal): -13338323 or 2980148. OLE color: 2980148.
HSL color Cylindrical-coordinate representation of color #34792D: hue angle of 114.47º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34792D is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 52 | 121 | 45 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.53 |
| HSL | 114.47º | 0.46% | 0.33% | - |
| HSV(B) | 114.47º | 0.63% | 0.47% | - |
| XYZ | 8.73 | 14.59 | 4.84 | - |
| YUV | 91.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 121 | 45 | 0.57 | 0 | 0.63 | 0.53 | 114.47 | 0.46 | 0.33 |
| Hex | 34 | 79 | 2D | 39 | 0 | 3F | 35 | 72 | 2E | 21 |
| Octal | 64 | 171 | 55 | 71 | 0 | 77 | 65 | 162 | 56 | 41 |
| Binary | 110100 | 1111001 | 101101 | 111001 | 0 | 111111 | 110101 | 1110010 | 101110 | 100001 |
Color Harmonies of #34792D
Complementary color
Monochromatic Colors of #34792D
Black with #34792D
Text Example
Text Example
White with #34792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34792D; }
p { color: rgb(52,121,45); }
H1.HeaderClassName
{
color: #34792D;
}
.AnyTagClassName
{
color: #34792D;
}
</style>
background-color css
<style>
a { background-color: #34792D; }
a { background-color: rgb(52,121,45); }
div.DivClassName
{
background-color: #34792D;
}
.BgClassName
{
background-color: #34792D;
}
</style>
border-color css
<style>
span { border-color: #34792D; }
span { border-color: rgb(52,121,45); }
td.TdClassName
{
border-color: #34792D;
}
.TagClassName
{
border-color: #34792D;
}
</style>