Shades of Japanese Laurel #357C34
Tints of Japanese Laurel #357C34
RGB
CMYK
RGB Variations
Color information
#357C34 (or 0x357C34) is known color: Japanese Laurel. HEX triplet: 35, 7C and 34. RGB value is (53,124,52). Sum of RGB (Red+Green+Blue) = 53+124+52=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #357C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C34 is #CA83CB. Grayscale: #5E5E5E. Windows color (decimal): -13272012 or 3439669. OLE color: 3439669.
HSL color Cylindrical-coordinate representation of color #357C34: hue angle of 119.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357C34 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 52 | - |
| CMYK | 0.57 | 0 | 0.58 | 0.51 |
| HSL | 119.17º | 0.41% | 0.35% | - |
| HSV(B) | 119.17º | 0.58% | 0.49% | - |
| XYZ | 9.3 | 15.42 | 5.74 | - |
| YUV | 94.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 52 | 0.57 | 0 | 0.58 | 0.51 | 119.17 | 0.41 | 0.35 |
| Hex | 35 | 7C | 34 | 39 | 0 | 3A | 33 | 77 | 29 | 23 |
| Octal | 65 | 174 | 64 | 71 | 0 | 72 | 63 | 167 | 51 | 43 |
| Binary | 110101 | 1111100 | 110100 | 111001 | 0 | 111010 | 110011 | 1110111 | 101001 | 100011 |
Color Harmonies of #357C34
Complementary color
Monochromatic Colors of #357C34
Black with #357C34
Text Example
Text Example
White with #357C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C34; }
p { color: rgb(53,124,52); }
H1.HeaderClassName
{
color: #357C34;
}
.AnyTagClassName
{
color: #357C34;
}
</style>
background-color css
<style>
a { background-color: #357C34; }
a { background-color: rgb(53,124,52); }
div.DivClassName
{
background-color: #357C34;
}
.BgClassName
{
background-color: #357C34;
}
</style>
border-color css
<style>
span { border-color: #357C34; }
span { border-color: rgb(53,124,52); }
td.TdClassName
{
border-color: #357C34;
}
.TagClassName
{
border-color: #357C34;
}
</style>