Shades of Japanese Laurel #357C2D
Tints of Japanese Laurel #357C2D
RGB
CMYK
RGB Variations
Color information
#357C2D (or 0x357C2D) is known color: Japanese Laurel. HEX triplet: 35, 7C and 2D. RGB value is (53,124,45). Sum of RGB (Red+Green+Blue) = 53+124+45=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #357C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C2D is #CA83D2. Grayscale: #5E5E5E. Windows color (decimal): -13272019 or 2980917. OLE color: 2980917.
HSL color Cylindrical-coordinate representation of color #357C2D: hue angle of 113.92º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357C2D is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 45 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.51 |
| HSL | 113.92º | 0.47% | 0.33% | - |
| HSV(B) | 113.92º | 0.64% | 0.49% | - |
| XYZ | 9.15 | 15.36 | 4.97 | - |
| YUV | 93.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 45 | 0.57 | 0 | 0.64 | 0.51 | 113.92 | 0.47 | 0.33 |
| Hex | 35 | 7C | 2D | 39 | 0 | 40 | 33 | 72 | 2F | 21 |
| Octal | 65 | 174 | 55 | 71 | 0 | 100 | 63 | 162 | 57 | 41 |
| Binary | 110101 | 1111100 | 101101 | 111001 | 0 | 1000000 | 110011 | 1110010 | 101111 | 100001 |
Color Harmonies of #357C2D
Complementary color
Monochromatic Colors of #357C2D
Black with #357C2D
Text Example
Text Example
White with #357C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C2D; }
p { color: rgb(53,124,45); }
H1.HeaderClassName
{
color: #357C2D;
}
.AnyTagClassName
{
color: #357C2D;
}
</style>
background-color css
<style>
a { background-color: #357C2D; }
a { background-color: rgb(53,124,45); }
div.DivClassName
{
background-color: #357C2D;
}
.BgClassName
{
background-color: #357C2D;
}
</style>
border-color css
<style>
span { border-color: #357C2D; }
span { border-color: rgb(53,124,45); }
td.TdClassName
{
border-color: #357C2D;
}
.TagClassName
{
border-color: #357C2D;
}
</style>