Shades of Japanese Laurel #357C30
Tints of Japanese Laurel #357C30
RGB
CMYK
RGB Variations
Color information
#357C30 (or 0x357C30) is known color: Japanese Laurel. HEX triplet: 35, 7C and 30. RGB value is (53,124,48). Sum of RGB (Red+Green+Blue) = 53+124+48=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #357C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C30 is #CA83CF. Grayscale: #5E5E5E. Windows color (decimal): -13272016 or 3177525. OLE color: 3177525.
HSL color Cylindrical-coordinate representation of color #357C30: hue angle of 116.05º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357C30 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 48 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.51 |
| HSL | 116.05º | 0.44% | 0.34% | - |
| HSV(B) | 116.05º | 0.61% | 0.49% | - |
| XYZ | 9.21 | 15.39 | 5.28 | - |
| YUV | 94.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 48 | 0.57 | 0 | 0.61 | 0.51 | 116.05 | 0.44 | 0.34 |
| Hex | 35 | 7C | 30 | 39 | 0 | 3D | 33 | 74 | 2C | 22 |
| Octal | 65 | 174 | 60 | 71 | 0 | 75 | 63 | 164 | 54 | 42 |
| Binary | 110101 | 1111100 | 110000 | 111001 | 0 | 111101 | 110011 | 1110100 | 101100 | 100010 |
Color Harmonies of #357C30
Complementary color
Monochromatic Colors of #357C30
Black with #357C30
Text Example
Text Example
White with #357C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C30; }
p { color: rgb(53,124,48); }
H1.HeaderClassName
{
color: #357C30;
}
.AnyTagClassName
{
color: #357C30;
}
</style>
background-color css
<style>
a { background-color: #357C30; }
a { background-color: rgb(53,124,48); }
div.DivClassName
{
background-color: #357C30;
}
.BgClassName
{
background-color: #357C30;
}
</style>
border-color css
<style>
span { border-color: #357C30; }
span { border-color: rgb(53,124,48); }
td.TdClassName
{
border-color: #357C30;
}
.TagClassName
{
border-color: #357C30;
}
</style>