Shades of Japanese Laurel #348843
Tints of Japanese Laurel #348843
RGB
CMYK
RGB Variations
Color information
#348843 (or 0x348843) is known color: Japanese Laurel. HEX triplet: 34, 88 and 43. RGB value is (52,136,67). Sum of RGB (Red+Green+Blue) = 52+136+67=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #348843 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348843 is #CB77BC. Grayscale: #676767. Windows color (decimal): -13334461 or 4425780. OLE color: 4425780.
HSL color Cylindrical-coordinate representation of color #348843: hue angle of 130.71º 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 #348843 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 136 | 67 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.47 |
| HSL | 130.71º | 0.45% | 0.37% | - |
| HSV(B) | 130.71º | 0.62% | 0.53% | - |
| XYZ | 11.23 | 18.74 | 8.34 | - |
| YUV | 103.02 | 107.67 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 67 | 0.62 | 0 | 0.51 | 0.47 | 130.71 | 0.45 | 0.37 |
| Hex | 34 | 88 | 43 | 3E | 0 | 33 | 2F | 83 | 2D | 25 |
| Octal | 64 | 210 | 103 | 76 | 0 | 63 | 57 | 203 | 55 | 45 |
| Binary | 110100 | 10001000 | 1000011 | 111110 | 0 | 110011 | 101111 | 10000011 | 101101 | 100101 |
Color Harmonies of #348843
Complementary color
Monochromatic Colors of #348843
Black with #348843
Text Example
Text Example
White with #348843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348843; }
p { color: rgb(52,136,67); }
H1.HeaderClassName
{
color: #348843;
}
.AnyTagClassName
{
color: #348843;
}
</style>
background-color css
<style>
a { background-color: #348843; }
a { background-color: rgb(52,136,67); }
div.DivClassName
{
background-color: #348843;
}
.BgClassName
{
background-color: #348843;
}
</style>
border-color css
<style>
span { border-color: #348843; }
span { border-color: rgb(52,136,67); }
td.TdClassName
{
border-color: #348843;
}
.TagClassName
{
border-color: #348843;
}
</style>