Shades of Japanese Laurel #357C2E
Tints of Japanese Laurel #357C2E
RGB
CMYK
RGB Variations
Color information
#357C2E (or 0x357C2E) is known color: Japanese Laurel. HEX triplet: 35, 7C and 2E. RGB value is (53,124,46). Sum of RGB (Red+Green+Blue) = 53+124+46=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 124 (48.83% from 255 or 55.61% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 124 - color contains mainly: green. Hex color #357C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C2E is #CA83D1. Grayscale: #5E5E5E. Windows color (decimal): -13272018 or 3046453. OLE color: 3046453.
HSL color Cylindrical-coordinate representation of color #357C2E: hue angle of 114.62º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #357C2E is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 46 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.51 |
| HSL | 114.62º | 0.46% | 0.33% | - |
| HSV(B) | 114.62º | 0.63% | 0.49% | - |
| XYZ | 9.17 | 15.37 | 5.07 | - |
| YUV | 93.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 46 | 0.57 | 0 | 0.63 | 0.51 | 114.62 | 0.46 | 0.33 |
| Hex | 35 | 7C | 2E | 39 | 0 | 3F | 33 | 73 | 2E | 21 |
| Octal | 65 | 174 | 56 | 71 | 0 | 77 | 63 | 163 | 56 | 41 |
| Binary | 110101 | 1111100 | 101110 | 111001 | 0 | 111111 | 110011 | 1110011 | 101110 | 100001 |
Color Harmonies of #357C2E
Complementary color
Monochromatic Colors of #357C2E
Black with #357C2E
Text Example
Text Example
White with #357C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C2E; }
p { color: rgb(53,124,46); }
H1.HeaderClassName
{
color: #357C2E;
}
.AnyTagClassName
{
color: #357C2E;
}
</style>
background-color css
<style>
a { background-color: #357C2E; }
a { background-color: rgb(53,124,46); }
div.DivClassName
{
background-color: #357C2E;
}
.BgClassName
{
background-color: #357C2E;
}
</style>
border-color css
<style>
span { border-color: #357C2E; }
span { border-color: rgb(53,124,46); }
td.TdClassName
{
border-color: #357C2E;
}
.TagClassName
{
border-color: #357C2E;
}
</style>