Shades of Japanese Laurel #357C33
Tints of Japanese Laurel #357C33
RGB
CMYK
RGB Variations
Color information
#357C33 (or 0x357C33) is known color: Japanese Laurel. HEX triplet: 35, 7C and 33. RGB value is (53,124,51). Sum of RGB (Red+Green+Blue) = 53+124+51=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #357C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C33 is #CA83CC. Grayscale: #5E5E5E. Windows color (decimal): -13272013 or 3374133. OLE color: 3374133.
HSL color Cylindrical-coordinate representation of color #357C33: hue angle of 118.36º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357C33 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 51 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.51 |
| HSL | 118.36º | 0.42% | 0.34% | - |
| HSV(B) | 118.36º | 0.59% | 0.49% | - |
| XYZ | 9.27 | 15.41 | 5.62 | - |
| YUV | 94.45 | 103.48 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 51 | 0.57 | 0 | 0.59 | 0.51 | 118.36 | 0.42 | 0.34 |
| Hex | 35 | 7C | 33 | 39 | 0 | 3B | 33 | 76 | 2A | 22 |
| Octal | 65 | 174 | 63 | 71 | 0 | 73 | 63 | 166 | 52 | 42 |
| Binary | 110101 | 1111100 | 110011 | 111001 | 0 | 111011 | 110011 | 1110110 | 101010 | 100010 |
Color Harmonies of #357C33
Complementary color
Monochromatic Colors of #357C33
Black with #357C33
Text Example
Text Example
White with #357C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C33; }
p { color: rgb(53,124,51); }
H1.HeaderClassName
{
color: #357C33;
}
.AnyTagClassName
{
color: #357C33;
}
</style>
background-color css
<style>
a { background-color: #357C33; }
a { background-color: rgb(53,124,51); }
div.DivClassName
{
background-color: #357C33;
}
.BgClassName
{
background-color: #357C33;
}
</style>
border-color css
<style>
span { border-color: #357C33; }
span { border-color: rgb(53,124,51); }
td.TdClassName
{
border-color: #357C33;
}
.TagClassName
{
border-color: #357C33;
}
</style>