Shades of Japanese Laurel #357238
Tints of Japanese Laurel #357238
RGB
CMYK
RGB Variations
Color information
#357238 (or 0x357238) is known color: Japanese Laurel. HEX triplet: 35, 72 and 38. RGB value is (53,114,56). Sum of RGB (Red+Green+Blue) = 53+114+56=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #357238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357238 is #CA8DC7. Grayscale: #595959. Windows color (decimal): -13274568 or 3699253. OLE color: 3699253.
HSL color Cylindrical-coordinate representation of color #357238: hue angle of 122.95º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357238 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 56 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.55 |
| HSL | 122.95º | 0.37% | 0.33% | - |
| HSV(B) | 122.95º | 0.54% | 0.45% | - |
| XYZ | 8.2 | 13.08 | 5.83 | - |
| YUV | 89.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 56 | 0.54 | 0 | 0.51 | 0.55 | 122.95 | 0.37 | 0.33 |
| Hex | 35 | 72 | 38 | 36 | 0 | 33 | 37 | 7B | 25 | 21 |
| Octal | 65 | 162 | 70 | 66 | 0 | 63 | 67 | 173 | 45 | 41 |
| Binary | 110101 | 1110010 | 111000 | 110110 | 0 | 110011 | 110111 | 1111011 | 100101 | 100001 |
Color Harmonies of #357238
Complementary color
Monochromatic Colors of #357238
Black with #357238
Text Example
Text Example
White with #357238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357238; }
p { color: rgb(53,114,56); }
H1.HeaderClassName
{
color: #357238;
}
.AnyTagClassName
{
color: #357238;
}
</style>
background-color css
<style>
a { background-color: #357238; }
a { background-color: rgb(53,114,56); }
div.DivClassName
{
background-color: #357238;
}
.BgClassName
{
background-color: #357238;
}
</style>
border-color css
<style>
span { border-color: #357238; }
span { border-color: rgb(53,114,56); }
td.TdClassName
{
border-color: #357238;
}
.TagClassName
{
border-color: #357238;
}
</style>