Shades of Japanese Laurel #34802D
Tints of Japanese Laurel #34802D
RGB
CMYK
RGB Variations
Color information
#34802D (or 0x34802D) is known color: Japanese Laurel. HEX triplet: 34, 80 and 2D. RGB value is (52,128,45). Sum of RGB (Red+Green+Blue) = 52+128+45=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #34802D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34802D is #CB7FD2. Grayscale: #606060. Windows color (decimal): -13336531 or 2981940. OLE color: 2981940.
HSL color Cylindrical-coordinate representation of color #34802D: hue angle of 114.94º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34802D is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 128 | 45 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.50 |
| HSL | 114.94º | 0.48% | 0.34% | - |
| HSV(B) | 114.94º | 0.65% | 0.5% | - |
| XYZ | 9.61 | 16.36 | 5.13 | - |
| YUV | 95.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 128 | 45 | 0.59 | 0 | 0.65 | 0.50 | 114.94 | 0.48 | 0.34 |
| Hex | 34 | 80 | 2D | 3B | 0 | 41 | 32 | 73 | 30 | 22 |
| Octal | 64 | 200 | 55 | 73 | 0 | 101 | 62 | 163 | 60 | 42 |
| Binary | 110100 | 10000000 | 101101 | 111011 | 0 | 1000001 | 110010 | 1110011 | 110000 | 100010 |
Color Harmonies of #34802D
Complementary color
Monochromatic Colors of #34802D
Black with #34802D
Text Example
Text Example
White with #34802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34802D; }
p { color: rgb(52,128,45); }
H1.HeaderClassName
{
color: #34802D;
}
.AnyTagClassName
{
color: #34802D;
}
</style>
background-color css
<style>
a { background-color: #34802D; }
a { background-color: rgb(52,128,45); }
div.DivClassName
{
background-color: #34802D;
}
.BgClassName
{
background-color: #34802D;
}
</style>
border-color css
<style>
span { border-color: #34802D; }
span { border-color: rgb(52,128,45); }
td.TdClassName
{
border-color: #34802D;
}
.TagClassName
{
border-color: #34802D;
}
</style>