Shades of Japanese Laurel #34823D
Tints of Japanese Laurel #34823D
RGB
CMYK
RGB Variations
Color information
#34823D (or 0x34823D) is known color: Japanese Laurel. HEX triplet: 34, 82 and 3D. RGB value is (52,130,61). Sum of RGB (Red+Green+Blue) = 52+130+61=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #34823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34823D is #CB7DC2. Grayscale: #636363. Windows color (decimal): -13336003 or 4031028. OLE color: 4031028.
HSL color Cylindrical-coordinate representation of color #34823D: hue angle of 126.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34823D is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 61 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.49 |
| HSL | 126.92º | 0.43% | 0.36% | - |
| HSV(B) | 126.92º | 0.6% | 0.51% | - |
| XYZ | 10.24 | 17.03 | 7.16 | - |
| YUV | 98.81 | 106.66 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 61 | 0.60 | 0 | 0.53 | 0.49 | 126.92 | 0.43 | 0.36 |
| Hex | 34 | 82 | 3D | 3C | 0 | 35 | 31 | 7F | 2B | 24 |
| Octal | 64 | 202 | 75 | 74 | 0 | 65 | 61 | 177 | 53 | 44 |
| Binary | 110100 | 10000010 | 111101 | 111100 | 0 | 110101 | 110001 | 1111111 | 101011 | 100100 |
Color Harmonies of #34823D
Complementary color
Monochromatic Colors of #34823D
Black with #34823D
Text Example
Text Example
White with #34823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34823D; }
p { color: rgb(52,130,61); }
H1.HeaderClassName
{
color: #34823D;
}
.AnyTagClassName
{
color: #34823D;
}
</style>
background-color css
<style>
a { background-color: #34823D; }
a { background-color: rgb(52,130,61); }
div.DivClassName
{
background-color: #34823D;
}
.BgClassName
{
background-color: #34823D;
}
</style>
border-color css
<style>
span { border-color: #34823D; }
span { border-color: rgb(52,130,61); }
td.TdClassName
{
border-color: #34823D;
}
.TagClassName
{
border-color: #34823D;
}
</style>