Shades of Japanese Laurel #34883D
Tints of Japanese Laurel #34883D
RGB
CMYK
RGB Variations
Color information
#34883D (or 0x34883D) is known color: Japanese Laurel. HEX triplet: 34, 88 and 3D. RGB value is (52,136,61). Sum of RGB (Red+Green+Blue) = 52+136+61=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #34883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34883D is #CB77C2. Grayscale: #666666. Windows color (decimal): -13334467 or 4032564. OLE color: 4032564.
HSL color Cylindrical-coordinate representation of color #34883D: hue angle of 126.43º 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 #34883D is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 61 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.47 |
| HSL | 126.43º | 0.45% | 0.37% | - |
| HSV(B) | 126.43º | 0.62% | 0.53% | - |
| XYZ | 11.06 | 18.68 | 7.44 | - |
| YUV | 102.33 | 104.67 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 61 | 0.62 | 0 | 0.55 | 0.47 | 126.43 | 0.45 | 0.37 |
| Hex | 34 | 88 | 3D | 3E | 0 | 37 | 2F | 7E | 2D | 25 |
| Octal | 64 | 210 | 75 | 76 | 0 | 67 | 57 | 176 | 55 | 45 |
| Binary | 110100 | 10001000 | 111101 | 111110 | 0 | 110111 | 101111 | 1111110 | 101101 | 100101 |
Color Harmonies of #34883D
Complementary color
Monochromatic Colors of #34883D
Black with #34883D
Text Example
Text Example
White with #34883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34883D; }
p { color: rgb(52,136,61); }
H1.HeaderClassName
{
color: #34883D;
}
.AnyTagClassName
{
color: #34883D;
}
</style>
background-color css
<style>
a { background-color: #34883D; }
a { background-color: rgb(52,136,61); }
div.DivClassName
{
background-color: #34883D;
}
.BgClassName
{
background-color: #34883D;
}
</style>
border-color css
<style>
span { border-color: #34883D; }
span { border-color: rgb(52,136,61); }
td.TdClassName
{
border-color: #34883D;
}
.TagClassName
{
border-color: #34883D;
}
</style>