Shades of Japanese Laurel #357C3F
Tints of Japanese Laurel #357C3F
RGB
CMYK
RGB Variations
Color information
#357C3F (or 0x357C3F) is known color: Japanese Laurel. HEX triplet: 35, 7C and 3F. RGB value is (53,124,63). Sum of RGB (Red+Green+Blue) = 53+124+63=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #357C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C3F is #CA83C0. Grayscale: #5F5F5F. Windows color (decimal): -13272001 or 4160565. OLE color: 4160565.
HSL color Cylindrical-coordinate representation of color #357C3F: hue angle of 128.45º 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 #357C3F is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 63 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.51 |
| HSL | 128.45º | 0.4% | 0.35% | - |
| HSV(B) | 128.45º | 0.57% | 0.49% | - |
| XYZ | 9.57 | 15.53 | 7.2 | - |
| YUV | 95.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 63 | 0.57 | 0 | 0.49 | 0.51 | 128.45 | 0.4 | 0.35 |
| Hex | 35 | 7C | 3F | 39 | 0 | 31 | 33 | 80 | 28 | 23 |
| Octal | 65 | 174 | 77 | 71 | 0 | 61 | 63 | 200 | 50 | 43 |
| Binary | 110101 | 1111100 | 111111 | 111001 | 0 | 110001 | 110011 | 10000000 | 101000 | 100011 |
Color Harmonies of #357C3F
Complementary color
Monochromatic Colors of #357C3F
Black with #357C3F
Text Example
Text Example
White with #357C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C3F; }
p { color: rgb(53,124,63); }
H1.HeaderClassName
{
color: #357C3F;
}
.AnyTagClassName
{
color: #357C3F;
}
</style>
background-color css
<style>
a { background-color: #357C3F; }
a { background-color: rgb(53,124,63); }
div.DivClassName
{
background-color: #357C3F;
}
.BgClassName
{
background-color: #357C3F;
}
</style>
border-color css
<style>
span { border-color: #357C3F; }
span { border-color: rgb(53,124,63); }
td.TdClassName
{
border-color: #357C3F;
}
.TagClassName
{
border-color: #357C3F;
}
</style>