Shades of Japanese Laurel #357F42
Tints of Japanese Laurel #357F42
RGB
CMYK
RGB Variations
Color information
#357F42 (or 0x357F42) is known color: Japanese Laurel. HEX triplet: 35, 7F and 42. RGB value is (53,127,66). Sum of RGB (Red+Green+Blue) = 53+127+66=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #357F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F42 is #CA80BD. Grayscale: #626262. Windows color (decimal): -13271230 or 4357941. OLE color: 4357941.
HSL color Cylindrical-coordinate representation of color #357F42: hue angle of 130.54º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357F42 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 66 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.50 |
| HSL | 130.54º | 0.41% | 0.35% | - |
| HSV(B) | 130.54º | 0.58% | 0.5% | - |
| XYZ | 10.04 | 16.33 | 7.78 | - |
| YUV | 97.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 66 | 0.58 | 0 | 0.48 | 0.50 | 130.54 | 0.41 | 0.35 |
| Hex | 35 | 7F | 42 | 3A | 0 | 30 | 32 | 83 | 29 | 23 |
| Octal | 65 | 177 | 102 | 72 | 0 | 60 | 62 | 203 | 51 | 43 |
| Binary | 110101 | 1111111 | 1000010 | 111010 | 0 | 110000 | 110010 | 10000011 | 101001 | 100011 |
Color Harmonies of #357F42
Complementary color
Monochromatic Colors of #357F42
Black with #357F42
Text Example
Text Example
White with #357F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F42; }
p { color: rgb(53,127,66); }
H1.HeaderClassName
{
color: #357F42;
}
.AnyTagClassName
{
color: #357F42;
}
</style>
background-color css
<style>
a { background-color: #357F42; }
a { background-color: rgb(53,127,66); }
div.DivClassName
{
background-color: #357F42;
}
.BgClassName
{
background-color: #357F42;
}
</style>
border-color css
<style>
span { border-color: #357F42; }
span { border-color: rgb(53,127,66); }
td.TdClassName
{
border-color: #357F42;
}
.TagClassName
{
border-color: #357F42;
}
</style>