Shades of Japanese Laurel #34822D
Tints of Japanese Laurel #34822D
RGB
CMYK
RGB Variations
Color information
#34822D (or 0x34822D) is known color: Japanese Laurel. HEX triplet: 34, 82 and 2D. RGB value is (52,130,45). Sum of RGB (Red+Green+Blue) = 52+130+45=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #34822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34822D is #CB7DD2. Grayscale: #616161. Windows color (decimal): -13336019 or 2982452. OLE color: 2982452.
HSL color Cylindrical-coordinate representation of color #34822D: hue angle of 115.06º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34822D is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 45 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.49 |
| HSL | 115.06º | 0.49% | 0.34% | - |
| HSV(B) | 115.06º | 0.65% | 0.51% | - |
| XYZ | 9.87 | 16.88 | 5.22 | - |
| YUV | 96.99 | 98.66 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 45 | 0.60 | 0 | 0.65 | 0.49 | 115.06 | 0.49 | 0.34 |
| Hex | 34 | 82 | 2D | 3C | 0 | 41 | 31 | 73 | 31 | 22 |
| Octal | 64 | 202 | 55 | 74 | 0 | 101 | 61 | 163 | 61 | 42 |
| Binary | 110100 | 10000010 | 101101 | 111100 | 0 | 1000001 | 110001 | 1110011 | 110001 | 100010 |
Color Harmonies of #34822D
Complementary color
Monochromatic Colors of #34822D
Black with #34822D
Text Example
Text Example
White with #34822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34822D; }
p { color: rgb(52,130,45); }
H1.HeaderClassName
{
color: #34822D;
}
.AnyTagClassName
{
color: #34822D;
}
</style>
background-color css
<style>
a { background-color: #34822D; }
a { background-color: rgb(52,130,45); }
div.DivClassName
{
background-color: #34822D;
}
.BgClassName
{
background-color: #34822D;
}
</style>
border-color css
<style>
span { border-color: #34822D; }
span { border-color: rgb(52,130,45); }
td.TdClassName
{
border-color: #34822D;
}
.TagClassName
{
border-color: #34822D;
}
</style>