Shades of Japanese Laurel #357D3E
Tints of Japanese Laurel #357D3E
RGB
CMYK
RGB Variations
Color information
#357D3E (or 0x357D3E) is known color: Japanese Laurel. HEX triplet: 35, 7D and 3E. RGB value is (53,125,62). Sum of RGB (Red+Green+Blue) = 53+125+62=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #357D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D3E is #CA82C1. Grayscale: #606060. Windows color (decimal): -13271746 or 4095285. OLE color: 4095285.
HSL color Cylindrical-coordinate representation of color #357D3E: hue angle of 127.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D3E is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 62 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.51 |
| HSL | 127.5º | 0.4% | 0.35% | - |
| HSV(B) | 127.5º | 0.58% | 0.49% | - |
| XYZ | 9.67 | 15.77 | 7.09 | - |
| YUV | 96.29 | 108.65 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 62 | 0.58 | 0 | 0.50 | 0.51 | 127.5 | 0.4 | 0.35 |
| Hex | 35 | 7D | 3E | 3A | 0 | 32 | 33 | 80 | 28 | 23 |
| Octal | 65 | 175 | 76 | 72 | 0 | 62 | 63 | 200 | 50 | 43 |
| Binary | 110101 | 1111101 | 111110 | 111010 | 0 | 110010 | 110011 | 10000000 | 101000 | 100011 |
Color Harmonies of #357D3E
Complementary color
Monochromatic Colors of #357D3E
Black with #357D3E
Text Example
Text Example
White with #357D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D3E; }
p { color: rgb(53,125,62); }
H1.HeaderClassName
{
color: #357D3E;
}
.AnyTagClassName
{
color: #357D3E;
}
</style>
background-color css
<style>
a { background-color: #357D3E; }
a { background-color: rgb(53,125,62); }
div.DivClassName
{
background-color: #357D3E;
}
.BgClassName
{
background-color: #357D3E;
}
</style>
border-color css
<style>
span { border-color: #357D3E; }
span { border-color: rgb(53,125,62); }
td.TdClassName
{
border-color: #357D3E;
}
.TagClassName
{
border-color: #357D3E;
}
</style>