Shades of Japanese Laurel #357F32
Tints of Japanese Laurel #357F32
RGB
CMYK
RGB Variations
Color information
#357F32 (or 0x357F32) is known color: Japanese Laurel. HEX triplet: 35, 7F and 32. RGB value is (53,127,50). Sum of RGB (Red+Green+Blue) = 53+127+50=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #357F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F32 is #CA80CD. Grayscale: #606060. Windows color (decimal): -13271246 or 3309365. OLE color: 3309365.
HSL color Cylindrical-coordinate representation of color #357F32: hue angle of 117.66º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #357F32 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 127 | 50 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.50 |
| HSL | 117.66º | 0.44% | 0.35% | - |
| HSV(B) | 117.66º | 0.61% | 0.5% | - |
| XYZ | 9.63 | 16.17 | 5.63 | - |
| YUV | 96.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 50 | 0.58 | 0 | 0.61 | 0.50 | 117.66 | 0.44 | 0.35 |
| Hex | 35 | 7F | 32 | 3A | 0 | 3D | 32 | 76 | 2C | 23 |
| Octal | 65 | 177 | 62 | 72 | 0 | 75 | 62 | 166 | 54 | 43 |
| Binary | 110101 | 1111111 | 110010 | 111010 | 0 | 111101 | 110010 | 1110110 | 101100 | 100011 |
Color Harmonies of #357F32
Complementary color
Monochromatic Colors of #357F32
Black with #357F32
Text Example
Text Example
White with #357F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357F32; }
p { color: rgb(53,127,50); }
H1.HeaderClassName
{
color: #357F32;
}
.AnyTagClassName
{
color: #357F32;
}
</style>
background-color css
<style>
a { background-color: #357F32; }
a { background-color: rgb(53,127,50); }
div.DivClassName
{
background-color: #357F32;
}
.BgClassName
{
background-color: #357F32;
}
</style>
border-color css
<style>
span { border-color: #357F32; }
span { border-color: rgb(53,127,50); }
td.TdClassName
{
border-color: #357F32;
}
.TagClassName
{
border-color: #357F32;
}
</style>