Shades of Japanese Laurel #357C41
Tints of Japanese Laurel #357C41
RGB
CMYK
RGB Variations
Color information
#357C41 (or 0x357C41) is known color: Japanese Laurel. HEX triplet: 35, 7C and 41. RGB value is (53,124,65). Sum of RGB (Red+Green+Blue) = 53+124+65=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #357C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C41 is #CA83BE. Grayscale: #606060. Windows color (decimal): -13271999 or 4291637. OLE color: 4291637.
HSL color Cylindrical-coordinate representation of color #357C41: hue angle of 130.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C41 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 65 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.51 |
| HSL | 130.14º | 0.4% | 0.35% | - |
| HSV(B) | 130.14º | 0.57% | 0.49% | - |
| XYZ | 9.63 | 15.55 | 7.5 | - |
| YUV | 96.05 | 110.48 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 65 | 0.57 | 0 | 0.48 | 0.51 | 130.14 | 0.4 | 0.35 |
| Hex | 35 | 7C | 41 | 39 | 0 | 30 | 33 | 82 | 28 | 23 |
| Octal | 65 | 174 | 101 | 71 | 0 | 60 | 63 | 202 | 50 | 43 |
| Binary | 110101 | 1111100 | 1000001 | 111001 | 0 | 110000 | 110011 | 10000010 | 101000 | 100011 |
Color Harmonies of #357C41
Complementary color
Monochromatic Colors of #357C41
Black with #357C41
Text Example
Text Example
White with #357C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C41; }
p { color: rgb(53,124,65); }
H1.HeaderClassName
{
color: #357C41;
}
.AnyTagClassName
{
color: #357C41;
}
</style>
background-color css
<style>
a { background-color: #357C41; }
a { background-color: rgb(53,124,65); }
div.DivClassName
{
background-color: #357C41;
}
.BgClassName
{
background-color: #357C41;
}
</style>
border-color css
<style>
span { border-color: #357C41; }
span { border-color: rgb(53,124,65); }
td.TdClassName
{
border-color: #357C41;
}
.TagClassName
{
border-color: #357C41;
}
</style>