Shades of Japanese Laurel #368843
Tints of Japanese Laurel #368843
RGB
CMYK
RGB Variations
Color information
#368843 (or 0x368843) is known color: Japanese Laurel. HEX triplet: 36, 88 and 43. RGB value is (54,136,67). Sum of RGB (Red+Green+Blue) = 54+136+67=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #368843 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368843 is #C977BC. Grayscale: #676767. Windows color (decimal): -13203389 or 4425782. OLE color: 4425782.
HSL color Cylindrical-coordinate representation of color #368843: hue angle of 129.51º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368843 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 136 | 67 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.47 |
| HSL | 129.51º | 0.43% | 0.37% | - |
| HSV(B) | 129.51º | 0.6% | 0.53% | - |
| XYZ | 11.34 | 18.8 | 8.34 | - |
| YUV | 103.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 67 | 0.60 | 0 | 0.51 | 0.47 | 129.51 | 0.43 | 0.37 |
| Hex | 36 | 88 | 43 | 3C | 0 | 33 | 2F | 82 | 2B | 25 |
| Octal | 66 | 210 | 103 | 74 | 0 | 63 | 57 | 202 | 53 | 45 |
| Binary | 110110 | 10001000 | 1000011 | 111100 | 0 | 110011 | 101111 | 10000010 | 101011 | 100101 |
Color Harmonies of #368843
Complementary color
Monochromatic Colors of #368843
Black with #368843
Text Example
Text Example
White with #368843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368843; }
p { color: rgb(54,136,67); }
H1.HeaderClassName
{
color: #368843;
}
.AnyTagClassName
{
color: #368843;
}
</style>
background-color css
<style>
a { background-color: #368843; }
a { background-color: rgb(54,136,67); }
div.DivClassName
{
background-color: #368843;
}
.BgClassName
{
background-color: #368843;
}
</style>
border-color css
<style>
span { border-color: #368843; }
span { border-color: rgb(54,136,67); }
td.TdClassName
{
border-color: #368843;
}
.TagClassName
{
border-color: #368843;
}
</style>