Shades of Japanese Laurel #34883E
Tints of Japanese Laurel #34883E
RGB
CMYK
RGB Variations
Color information
#34883E (or 0x34883E) is known color: Japanese Laurel. HEX triplet: 34, 88 and 3E. RGB value is (52,136,62). Sum of RGB (Red+Green+Blue) = 52+136+62=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #34883E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34883E is #CB77C1. Grayscale: #666666. Windows color (decimal): -13334466 or 4098100. OLE color: 4098100.
HSL color Cylindrical-coordinate representation of color #34883E: hue angle of 127.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34883E is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 62 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.47 |
| HSL | 127.14º | 0.45% | 0.37% | - |
| HSV(B) | 127.14º | 0.62% | 0.53% | - |
| XYZ | 11.09 | 18.69 | 7.58 | - |
| YUV | 102.45 | 105.17 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 62 | 0.62 | 0 | 0.54 | 0.47 | 127.14 | 0.45 | 0.37 |
| Hex | 34 | 88 | 3E | 3E | 0 | 36 | 2F | 7F | 2D | 25 |
| Octal | 64 | 210 | 76 | 76 | 0 | 66 | 57 | 177 | 55 | 45 |
| Binary | 110100 | 10001000 | 111110 | 111110 | 0 | 110110 | 101111 | 1111111 | 101101 | 100101 |
Color Harmonies of #34883E
Complementary color
Monochromatic Colors of #34883E
Black with #34883E
Text Example
Text Example
White with #34883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34883E; }
p { color: rgb(52,136,62); }
H1.HeaderClassName
{
color: #34883E;
}
.AnyTagClassName
{
color: #34883E;
}
</style>
background-color css
<style>
a { background-color: #34883E; }
a { background-color: rgb(52,136,62); }
div.DivClassName
{
background-color: #34883E;
}
.BgClassName
{
background-color: #34883E;
}
</style>
border-color css
<style>
span { border-color: #34883E; }
span { border-color: rgb(52,136,62); }
td.TdClassName
{
border-color: #34883E;
}
.TagClassName
{
border-color: #34883E;
}
</style>