Shades of Japanese Laurel #34833E
Tints of Japanese Laurel #34833E
RGB
CMYK
RGB Variations
Color information
#34833E (or 0x34833E) is known color: Japanese Laurel. HEX triplet: 34, 83 and 3E. RGB value is (52,131,62). Sum of RGB (Red+Green+Blue) = 52+131+62=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #34833E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34833E is #CB7CC1. Grayscale: #636363. Windows color (decimal): -13335746 or 4096820. OLE color: 4096820.
HSL color Cylindrical-coordinate representation of color #34833E: hue angle of 127.59º 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 #34833E is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 131 | 62 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.49 |
| HSL | 127.59º | 0.43% | 0.36% | - |
| HSV(B) | 127.59º | 0.6% | 0.51% | - |
| XYZ | 10.4 | 17.31 | 7.35 | - |
| YUV | 99.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 62 | 0.60 | 0 | 0.53 | 0.49 | 127.59 | 0.43 | 0.36 |
| Hex | 34 | 83 | 3E | 3C | 0 | 35 | 31 | 80 | 2B | 24 |
| Octal | 64 | 203 | 76 | 74 | 0 | 65 | 61 | 200 | 53 | 44 |
| Binary | 110100 | 10000011 | 111110 | 111100 | 0 | 110101 | 110001 | 10000000 | 101011 | 100100 |
Color Harmonies of #34833E
Complementary color
Monochromatic Colors of #34833E
Black with #34833E
Text Example
Text Example
White with #34833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34833E; }
p { color: rgb(52,131,62); }
H1.HeaderClassName
{
color: #34833E;
}
.AnyTagClassName
{
color: #34833E;
}
</style>
background-color css
<style>
a { background-color: #34833E; }
a { background-color: rgb(52,131,62); }
div.DivClassName
{
background-color: #34833E;
}
.BgClassName
{
background-color: #34833E;
}
</style>
border-color css
<style>
span { border-color: #34833E; }
span { border-color: rgb(52,131,62); }
td.TdClassName
{
border-color: #34833E;
}
.TagClassName
{
border-color: #34833E;
}
</style>